diff options
author | 2008-09-02 23:44:22 +0000 | |
---|---|---|
committer | 2008-09-02 23:44:22 +0000 | |
commit | 0a68f6f6a9d33b7f68444a0e88f306a2e55ecb50 (patch) | |
tree | 333161e0e8c6ee72a0cf57d66511cfc84c18fd12 /app-text/a2ps/a2ps-4.13c-r5.ebuild | |
parent | rename USE=tetex to USE=latex for bug 196745 (diff) | |
download | gentoo-2-0a68f6f6a9d33b7f68444a0e88f306a2e55ecb50.tar.gz gentoo-2-0a68f6f6a9d33b7f68444a0e88f306a2e55ecb50.tar.bz2 gentoo-2-0a68f6f6a9d33b7f68444a0e88f306a2e55ecb50.zip |
really exchange it and clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/a2ps/a2ps-4.13c-r5.ebuild')
-rw-r--r-- | app-text/a2ps/a2ps-4.13c-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/a2ps/a2ps-4.13c-r5.ebuild b/app-text/a2ps/a2ps-4.13c-r5.ebuild index d1bf6c0ba86d..ebc6c0a21188 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-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.21 2008/09/02 23:39:22 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.22 2008/09/02 23:44:22 opfer 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 ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="nls tetex cjk vanilla userland_BSD userland_GNU" +IUSE="nls latex cjk vanilla userland_BSD userland_GNU" DEPEND=">=dev-util/gperf-2.7.2 || ( >=dev-util/yacc-1.9.1 sys-devel/bison ) @@ -28,7 +28,7 @@ RDEPEND="virtual/ghostscript 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 ) + latex? ( virtual/latex-base ) nls? ( virtual/libintl )" src_unpack() { |