summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/a2ps/a2ps-4.13c-r5.ebuild')
-rw-r--r--app-text/a2ps/a2ps-4.13c-r5.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-text/a2ps/a2ps-4.13c-r5.ebuild b/app-text/a2ps/a2ps-4.13c-r5.ebuild
index a7b6dae5df04..eff0fabd2a24 100644
--- a/app-text/a2ps/a2ps-4.13c-r5.ebuild
+++ b/app-text/a2ps/a2ps-4.13c-r5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.18 2007/05/24 17:52:25 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.19 2008/01/23 04:41:07 cardoe Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="nls tetex cjk vanilla"
+IUSE="nls tetex cjk vanilla userland_BSD userland_GNU"
DEPEND=">=dev-util/gperf-2.7.2
|| ( >=dev-util/yacc-1.9.1 sys-devel/bison )
@@ -25,7 +25,8 @@ DEPEND=">=dev-util/gperf-2.7.2
tetex? ( virtual/tetex )
nls? ( sys-devel/gettext )"
RDEPEND="virtual/ghostscript
- || ( sys-apps/mktemp sys-freebsd/freebsd-ubin )
+ userland_GNU? ( || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp ) )
+ userland_BSD? ( sys-freebsd/freebsd-ubin )
>=app-text/psutils-1.17
tetex? ( virtual/tetex )
nls? ( virtual/libintl )"