diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-08 18:07:36 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-08 18:07:46 +0000 |
commit | 6cac5dec3bda38e042788756bb22cc76590f13c0 (patch) | |
tree | 68ba1094467f073fb582b602387008c225d5a8ef /app-text | |
parent | app-text/a2ps: fix build against texinfo-6.7, bug #695918 (diff) | |
download | gentoo-6cac5dec3bda38e042788756bb22cc76590f13c0.tar.gz gentoo-6cac5dec3bda38e042788756bb22cc76590f13c0.tar.bz2 gentoo-6cac5dec3bda38e042788756bb22cc76590f13c0.zip |
app-text/a2ps: drop sys-freebsd/freebsd-ubin missing dependency
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/a2ps/a2ps-4.14-r6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/a2ps/a2ps-4.14-r6.ebuild b/app-text/a2ps/a2ps-4.14-r6.ebuild index 389c9f7e13d7..33b91a41bf4e 100644 --- a/app-text/a2ps/a2ps-4.14-r6.ebuild +++ b/app-text/a2ps/a2ps-4.14-r6.ebuild @@ -23,8 +23,7 @@ RDEPEND="app-text/ghostscript-gpl emacs? ( virtual/emacs ) latex? ( virtual/latex-base ) nls? ( virtual/libintl ) - userland_GNU? ( >=sys-apps/coreutils-6.10-r1 ) - userland_BSD? ( sys-freebsd/freebsd-ubin )" + userland_GNU? ( >=sys-apps/coreutils-6.10-r1 )" DEPEND="${RDEPEND} >=dev-util/gperf-2.7.2 virtual/yacc |