diff options
author | David Seifert <soap@gentoo.org> | 2022-01-06 10:06:52 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-06 10:06:52 +0100 |
commit | 913e294ae7e94722c36bfec027ee6c4881d857df (patch) | |
tree | b03577e4096e2b648113b3f79b8ed168103903cf /app-text | |
parent | app-forensics/air: remove userland_GNU (diff) | |
download | gentoo-913e294ae7e94722c36bfec027ee6c4881d857df.tar.gz gentoo-913e294ae7e94722c36bfec027ee6c4881d857df.tar.bz2 gentoo-913e294ae7e94722c36bfec027ee6c4881d857df.zip |
app-text/a2ps: remove userland_BSD/userland_GNU
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/a2ps/a2ps-4.14-r6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/a2ps/a2ps-4.14-r6.ebuild b/app-text/a2ps/a2ps-4.14-r6.ebuild index ffcce4cd01eb..614a0ba87c55 100644 --- a/app-text/a2ps/a2ps-4.14-r6.ebuild +++ b/app-text/a2ps/a2ps-4.14-r6.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 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="cjk emacs latex nls static-libs userland_BSD userland_GNU vanilla" +IUSE="cjk emacs latex nls static-libs vanilla" RESTRICT=test @@ -20,10 +20,10 @@ RDEPEND="app-text/ghostscript-gpl app-text/libpaper >=app-text/psutils-1.17 app-text/wdiff + >=sys-apps/coreutils-6.10-r1 emacs? ( >=app-editors/emacs-23.1:* ) latex? ( virtual/latex-base ) - nls? ( virtual/libintl ) - userland_GNU? ( >=sys-apps/coreutils-6.10-r1 )" + nls? ( virtual/libintl )" DEPEND="${RDEPEND} >=dev-util/gperf-2.7.2 virtual/yacc |