summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-02-27 13:45:30 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-02-27 13:45:30 +0000
commit009c476c608120cd9bd7ef8013460c0028dcb175 (patch)
treedb36242d5bbcdd6866d1e0d647d35ac0b4735edd /app-text/lcdf-typetools
parentremove unused version (diff)
downloadgentoo-2-009c476c608120cd9bd7ef8013460c0028dcb175.tar.gz
gentoo-2-009c476c608120cd9bd7ef8013460c0028dcb175.tar.bz2
gentoo-2-009c476c608120cd9bd7ef8013460c0028dcb175.zip
explicitly assign RDEPEND
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-text/lcdf-typetools')
-rw-r--r--app-text/lcdf-typetools/ChangeLog6
-rw-r--r--app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog
index d27b51aedef5..a337360feb6d 100644
--- a/app-text/lcdf-typetools/ChangeLog
+++ b/app-text/lcdf-typetools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/lcdf-typetools
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.32 2009/02/27 13:44:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.33 2009/02/27 13:45:30 aballier Exp $
+
+ 27 Feb 2009; Alexis Ballier <aballier@gentoo.org>
+ lcdf-typetools-2.69.ebuild:
+ explicitly assign RDEPEND
27 Feb 2009; Alexis Ballier <aballier@gentoo.org>
-lcdf-typetools-2.72.ebuild:
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild
index 17892101ec13..1d2ed128e967 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild,v 1.7 2008/11/08 13:14:41 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild,v 1.8 2009/02/27 13:45:30 aballier Exp $
DESCRIPTION="Font utilities for eg manipulating OTF"
SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
@@ -11,6 +11,7 @@ LICENSE="GPL-2"
IUSE="kpathsea"
DEPEND="kpathsea? ( virtual/tex-base )"
+RDEPEND="${DEPEND}"
src_compile() {
econf $(use_with kpathsea) || die "econf failed"