summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-02-27 13:51:38 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-02-27 13:51:38 +0000
commit97cec66ac16c59929b37575cc0a32221baa60709 (patch)
treedce1bfeab37bb450582c63d7f4e1d486d6970d99 /app-text
parentremove old (diff)
downloadgentoo-2-97cec66ac16c59929b37575cc0a32221baa60709.tar.gz
gentoo-2-97cec66ac16c59929b37575cc0a32221baa60709.tar.bz2
gentoo-2-97cec66ac16c59929b37575cc0a32221baa60709.zip
explicitly assign RDEPEND
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/t1utils/ChangeLog5
-rw-r--r--app-text/t1utils/t1utils-1.34.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog
index 36d8cae7f4e6..e629e72d815e 100644
--- a/app-text/t1utils/ChangeLog
+++ b/app-text/t1utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/t1utils
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.42 2009/02/27 13:49:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.43 2009/02/27 13:51:38 aballier Exp $
+
+ 27 Feb 2009; Alexis Ballier <aballier@gentoo.org> t1utils-1.34.ebuild:
+ explicitly assign RDEPEND
27 Feb 2009; Alexis Ballier <aballier@gentoo.org> -t1utils-1.32.ebuild,
-t1utils-1.33.ebuild:
diff --git a/app-text/t1utils/t1utils-1.34.ebuild b/app-text/t1utils/t1utils-1.34.ebuild
index 16f25d219e09..656a3fe9db52 100644
--- a/app-text/t1utils/t1utils-1.34.ebuild
+++ b/app-text/t1utils/t1utils-1.34.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.34.ebuild,v 1.7 2009/02/15 13:52:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.34.ebuild,v 1.8 2009/02/27 13:51:38 aballier Exp $
IUSE=""
@@ -12,6 +12,7 @@ SLOT="0"
LICENSE="BSD"
DEPEND="virtual/libc"
+RDEPEND="${DEPEND}"
src_install () {
emake DESTDIR="${D}" install || die "make install failed"