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/t1utils/t1utils-1.34.ebuild
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/t1utils/t1utils-1.34.ebuild')
-rw-r--r--app-text/t1utils/t1utils-1.34.ebuild3
1 files changed, 2 insertions, 1 deletions
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"