From a94c2ce8bb59fa735fc29ae19b99ee5a4159b9d7 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Wed, 13 Jul 2005 14:28:48 +0000 Subject: QA: Use full atoms for best_version, has_version and built_with_use queries. (Portage version: 2.0.51.22-r1) --- media-libs/ftgl/ftgl-2.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-libs') 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" -- cgit v1.2.3-65-gdbad