mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
14 lines
259 B
Bash
14 lines
259 B
Bash
# Copyright 2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=TOBYINK
|
|
DIST_VERSION=1.202
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Return a pair only if they are both defined"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|