diff options
author | David Seifert <soap@gentoo.org> | 2022-01-06 10:06:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-06 10:06:51 +0100 |
commit | 872d9ad785f959b0e3584080f1157b1804578fb0 (patch) | |
tree | 3effc860b4250d75d2ddcc21a8233953ac01a454 /app-forensics/air | |
parent | app-doc/doxygen: remove userland_GNU (diff) | |
download | gentoo-872d9ad785f959b0e3584080f1157b1804578fb0.tar.gz gentoo-872d9ad785f959b0e3584080f1157b1804578fb0.tar.bz2 gentoo-872d9ad785f959b0e3584080f1157b1804578fb0.zip |
app-forensics/air: remove userland_GNU
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-forensics/air')
-rw-r--r-- | app-forensics/air/air-2.0.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-forensics/air/air-2.0.0-r2.ebuild b/app-forensics/air/air-2.0.0-r2.ebuild index 4481a2244dd5..9c4bcd5d70d8 100644 --- a/app-forensics/air/air-2.0.0-r2.ebuild +++ b/app-forensics/air/air-2.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,11 +13,11 @@ KEYWORDS="amd64 ppc x86" IUSE="crypt" # coreutils are needed for /usr/bin/split binary -COMMON_DEPEND="userland_GNU? ( sys-apps/coreutils )" +COMMON_DEPEND="sys-apps/coreutils" DEPEND="${COMMON_DEPEND} + app-arch/sharutils >=dev-perl/Tk-804.27.0 - userland_GNU? ( app-arch/sharutils ) " # TODO: air can utilize dc3dd, but it is not in portage ATM RDEPEND="${COMMON_DEPEND} |