diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-13 14:28:48 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-13 14:28:48 +0000 |
commit | a94c2ce8bb59fa735fc29ae19b99ee5a4159b9d7 (patch) | |
tree | 85b2f951964a1f91488c39b354abf8a64cdbdadd /media-libs | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-a94c2ce8bb59fa735fc29ae19b99ee5a4159b9d7.tar.gz gentoo-2-a94c2ce8bb59fa735fc29ae19b99ee5a4159b9d7.tar.bz2 gentoo-2-a94c2ce8bb59fa735fc29ae19b99ee5a4159b9d7.zip |
QA: Use full atoms for best_version, has_version and built_with_use queries.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/ftgl/ftgl-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ftgl/ftgl-2.1.2.ebuild b/media-libs/ftgl/ftgl-2.1.2.ebuild index 15b5dd790829..76aea812670b 100644 --- a/media-libs/ftgl/ftgl-2.1.2.ebuild +++ b/media-libs/ftgl/ftgl-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.2.ebuild,v 1.5 2005/06/12 21:49:25 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.2.ebuild,v 1.6 2005/07/13 14:26:23 swegener Exp $ inherit eutils @@ -25,7 +25,7 @@ src_unpack() { # Use the correct includedir for pkg-config epatch "${FILESDIR}/${PV}-ftgl.pc.in.patch" - if ! has_version doxygen; then + if ! has_version app-doc/doxygen; then cd FTGL/docs tar xzf html.tar.gz || die "unpack html.tar.gz" ln -fs ../../docs/html "${S}/docs" |