diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-13 14:22:26 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-13 14:22:26 +0000 |
commit | ebcf0e61e3011ae792b08761d82caaccc5afe31f (patch) | |
tree | 78dfa5eb3ea8afff20ba2779b13e24c53922b09f /media-libs | |
parent | Fixed DEPEND and HOMEPAGE variable by aye, bug #58824. Added to ~amd64 (diff) | |
download | gentoo-2-ebcf0e61e3011ae792b08761d82caaccc5afe31f.tar.gz gentoo-2-ebcf0e61e3011ae792b08761d82caaccc5afe31f.tar.bz2 gentoo-2-ebcf0e61e3011ae792b08761d82caaccc5afe31f.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/libquicktime/libquicktime-0.9.4.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libquicktime/libquicktime-0.9.6-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libquicktime/libquicktime-0.9.7.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/libquicktime/libquicktime-0.9.4.ebuild b/media-libs/libquicktime/libquicktime-0.9.4.ebuild index ca50fb281dfe..cc06c18aa786 100644 --- a/media-libs/libquicktime/libquicktime-0.9.4.ebuild +++ b/media-libs/libquicktime/libquicktime-0.9.4.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/libquicktime/libquicktime-0.9.4.ebuild,v 1.8 2005/05/08 11:32:13 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.4.ebuild,v 1.9 2005/07/13 14:22:26 swegener Exp $ inherit libtool eutils @@ -28,7 +28,7 @@ DEPEND=">=sys-apps/sed-4.0.5 PROVIDE="virtual/quicktime" pkg_setup() { - if has_version xorg-x11 && ! built_with_use xorg-x11 opengl; then + if has_version x11-base/xorg-x11 && ! built_with_use x11-base/xorg-x11 opengl; then die "You need xv support to compile ${PN}." fi } diff --git a/media-libs/libquicktime/libquicktime-0.9.6-r1.ebuild b/media-libs/libquicktime/libquicktime-0.9.6-r1.ebuild index f7b1804795da..7f86d0bd24a9 100644 --- a/media-libs/libquicktime/libquicktime-0.9.6-r1.ebuild +++ b/media-libs/libquicktime/libquicktime-0.9.6-r1.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/libquicktime/libquicktime-0.9.6-r1.ebuild,v 1.1 2005/05/27 22:38:13 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.6-r1.ebuild,v 1.2 2005/07/13 14:22:26 swegener Exp $ inherit libtool eutils @@ -28,7 +28,7 @@ DEPEND=">=sys-apps/sed-4.0.5 PROVIDE="virtual/quicktime" pkg_setup() { - if has_version xorg-x11 && ! built_with_use xorg-x11 opengl; then + if has_version x11-base/xorg-x11 && ! built_with_use x11-base/xorg-x11 opengl; then die "You need xv support to compile ${PN}." fi } diff --git a/media-libs/libquicktime/libquicktime-0.9.7.ebuild b/media-libs/libquicktime/libquicktime-0.9.7.ebuild index 289fd9f1e063..086d119408e0 100644 --- a/media-libs/libquicktime/libquicktime-0.9.7.ebuild +++ b/media-libs/libquicktime/libquicktime-0.9.7.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/libquicktime/libquicktime-0.9.7.ebuild,v 1.1 2005/06/06 06:08:10 zypher Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.7.ebuild,v 1.2 2005/07/13 14:22:26 swegener Exp $ inherit libtool eutils @@ -28,7 +28,7 @@ DEPEND=">=sys-apps/sed-4.0.5 PROVIDE="virtual/quicktime" pkg_setup() { - if has_version xorg-x11 && ! built_with_use xorg-x11 opengl; then + if has_version x11-base/xorg-x11 && ! built_with_use x11-base/xorg-x11 opengl; then die "You need xv support to compile ${PN}." fi } |