diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 13:32:35 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 13:32:35 +0000 |
commit | ed589ef63556faf3f6a55f05464e5757d730af43 (patch) | |
tree | a34a4d2f4beca9b3c15285c5d954df9b371f82e5 /media-sound | |
parent | version bump, bug #116266 (diff) | |
download | gentoo-2-ed589ef63556faf3f6a55f05464e5757d730af43.tar.gz gentoo-2-ed589ef63556faf3f6a55f05464e5757d730af43.tar.bz2 gentoo-2-ed589ef63556faf3f6a55f05464e5757d730af43.zip |
pkgconfig is not an RDEPEND.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/sidplay/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/sidplay/sidplay-2.0.9.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/sidplay/ChangeLog b/media-sound/sidplay/ChangeLog index a5124b0100ae..b423520cf8d9 100644 --- a/media-sound/sidplay/ChangeLog +++ b/media-sound/sidplay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/sidplay -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/ChangeLog,v 1.10 2004/10/04 20:01:45 eradicator Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/ChangeLog,v 1.11 2006/02/15 13:32:35 flameeyes Exp $ + + 15 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> sidplay-2.0.9.ebuild: + pkgconfig is not an RDEPEND. 04 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> sidplay-2.0.9.ebuild: diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild b/media-sound/sidplay/sidplay-2.0.9.ebuild index 668270f4dc1d..e8503758e338 100644 --- a/media-sound/sidplay/sidplay-2.0.9.ebuild +++ b/media-sound/sidplay/sidplay-2.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/sidplay-2.0.9.ebuild,v 1.3 2004/10/04 20:01:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/sidplay-2.0.9.ebuild,v 1.4 2006/02/15 13:32:35 flameeyes Exp $ IUSE="" @@ -14,7 +14,9 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc sparc amd64" -DEPEND=">=media-libs/libsidplay-2.1.0 +RDEPEND=">=media-libs/libsidplay-2.1.0" + +DEPEND="${DEPEND} dev-util/pkgconfig" src_install () { |