diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-01-01 22:15:48 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-01-01 22:15:48 +0000 |
commit | 8ae3759f2f20543a902b50bc56626ca3e9452221 (patch) | |
tree | d2b7ee326e96fa337145858ddeec73427cc8bfe7 /media-sound/pympd | |
parent | Fix mirror:// SRC_URI. (diff) | |
download | gentoo-2-8ae3759f2f20543a902b50bc56626ca3e9452221.tar.gz gentoo-2-8ae3759f2f20543a902b50bc56626ca3e9452221.tar.bz2 gentoo-2-8ae3759f2f20543a902b50bc56626ca3e9452221.zip |
Use full atoms for built_with_use.
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'media-sound/pympd')
-rw-r--r-- | media-sound/pympd/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/pympd/pympd-0.06.ebuild | 6 | ||||
-rw-r--r-- | media-sound/pympd/pympd-0.07.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/pympd/ChangeLog b/media-sound/pympd/ChangeLog index b49df77ba230..fa7e78fcd23b 100644 --- a/media-sound/pympd/ChangeLog +++ b/media-sound/pympd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/pympd -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/ChangeLog,v 1.12 2006/12/04 00:49:38 ticho Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/ChangeLog,v 1.13 2007/01/01 22:15:48 swegener Exp $ + + 01 Jan 2007; Sven Wegener <swegener@gentoo.org> pympd-0.06.ebuild, + pympd-0.07.ebuild: + Use full atoms for built_with_use. 04 Dec 2006; <ticho@gentoo.org> pympd-0.06.ebuild, pympd-0.07.ebuild: Warn user if GTK+ was built without jpeg USE flag. Warning suggested by diff --git a/media-sound/pympd/pympd-0.06.ebuild b/media-sound/pympd/pympd-0.06.ebuild index eff850a1908f..7c1e62864975 100644 --- a/media-sound/pympd/pympd-0.06.ebuild +++ b/media-sound/pympd/pympd-0.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.ebuild,v 1.5 2006/12/04 00:49:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.ebuild,v 1.6 2007/01/01 22:15:48 swegener Exp $ inherit eutils python @@ -19,7 +19,7 @@ RDEPEND=">=virtual/python-2.4 DOCS="README" pkg_setup() { - if ! built_with_use '=gtk+-2*' jpeg; then + if ! built_with_use '=x11-libs/gtk+-2*' jpeg; then echo ewarn "If you want album cover art displayed in pympd," ewarn "you must build gtk+-2.x with \"jpeg\" USE flag." diff --git a/media-sound/pympd/pympd-0.07.ebuild b/media-sound/pympd/pympd-0.07.ebuild index 0cb422899d64..f157fb861ab8 100644 --- a/media-sound/pympd/pympd-0.07.ebuild +++ b/media-sound/pympd/pympd-0.07.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.07.ebuild,v 1.3 2006/12/04 00:49:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.07.ebuild,v 1.4 2007/01/01 22:15:48 swegener Exp $ inherit toolchain-funcs python @@ -17,7 +17,7 @@ RDEPEND=">=virtual/python-2.4 >=dev-python/pygtk-2.6" pkg_setup() { - if ! built_with_use '=gtk+-2*' jpeg; then + if ! built_with_use '=x11-libs/gtk+-2*' jpeg; then echo ewarn "If you want album cover art displayed in pympd," ewarn "you must build gtk+-2.x with \"jpeg\" USE flag." |