diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-07 14:58:55 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-07 14:58:55 +0000 |
commit | e9665c5c0687334c5c15f9f46559261496c11383 (patch) | |
tree | 0cbca9190784cfeadb8bccc48a1b61f35afd2b90 /app-text/a2ps/a2ps-4.13c-r5.ebuild | |
parent | make sure to install udev rules #171770 (diff) | |
download | historical-e9665c5c0687334c5c15f9f46559261496c11383.tar.gz historical-e9665c5c0687334c5c15f9f46559261496c11383.tar.bz2 historical-e9665c5c0687334c5c15f9f46559261496c11383.zip |
RDEPEND on needed mktemp thanks to Paul DiSciascio <thenut@bytemonkey.net> in bug 172358
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'app-text/a2ps/a2ps-4.13c-r5.ebuild')
-rw-r--r-- | app-text/a2ps/a2ps-4.13c-r5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/a2ps/a2ps-4.13c-r5.ebuild b/app-text/a2ps/a2ps-4.13c-r5.ebuild index 7ca2d6798450..d6c121f4dea3 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 # 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.16 2007/02/19 22:28:44 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.17 2007/04/07 14:58:55 genstef Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -25,6 +25,7 @@ DEPEND=">=dev-util/gperf-2.7.2 tetex? ( virtual/tetex ) nls? ( sys-devel/gettext )" RDEPEND="virtual/ghostscript + sys-apps/mktemp >=app-text/psutils-1.17 tetex? ( virtual/tetex ) nls? ( virtual/libintl )" |