summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-01-13 13:41:09 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-01-13 13:41:09 +0000
commit2b8c2c18c450030191ae77746c23f52b9b52f7dc (patch)
tree25aea7a669684b1c8b26e38936de5bded3698aec /media-sound
parentadd xinputproto missing dep, bug #205592 (diff)
downloadhistorical-2b8c2c18c450030191ae77746c23f52b9b52f7dc.tar.gz
historical-2b8c2c18c450030191ae77746c23f52b9b52f7dc.tar.bz2
historical-2b8c2c18c450030191ae77746c23f52b9b52f7dc.zip
add pkgconfig missing dep, bug #205596
Package-Manager: portage-2.1.4
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/sweep/ChangeLog7
-rw-r--r--media-sound/sweep/sweep-0.9.2.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/sweep/ChangeLog b/media-sound/sweep/ChangeLog
index c757bff0be0e..179efb2f6bde 100644
--- a/media-sound/sweep/ChangeLog
+++ b/media-sound/sweep/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/sweep
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sweep/ChangeLog,v 1.33 2007/10/29 04:34:43 josejx Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sweep/ChangeLog,v 1.34 2008/01/13 13:41:09 aballier Exp $
+
+ 13 Jan 2008; Alexis Ballier <aballier@gentoo.org> sweep-0.9.2.ebuild:
+ add pkgconfig missing dep, bug #205596
29 Oct 2007; Joseph Jezak <josejx@gentoo.org> sweep-0.9.2.ebuild:
Marked ppc64 stable.
diff --git a/media-sound/sweep/sweep-0.9.2.ebuild b/media-sound/sweep/sweep-0.9.2.ebuild
index 46c4f81f07df..1c0b4c9c0bd7 100644
--- a/media-sound/sweep/sweep-0.9.2.ebuild
+++ b/media-sound/sweep/sweep-0.9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sweep/sweep-0.9.2.ebuild,v 1.8 2007/10/29 04:34:43 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sweep/sweep-0.9.2.ebuild,v 1.9 2008/01/13 13:41:09 aballier Exp $
inherit eutils autotools
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE="alsa ladspa vorbis mp3 libsamplerate speex"
-DEPEND=">=media-libs/libsndfile-1.0
+RDEPEND=">=media-libs/libsndfile-1.0
>=x11-libs/gtk+-2.4.0
>=dev-libs/glib-2.2.0
alsa? ( media-libs/alsa-lib )
@@ -22,6 +22,8 @@ DEPEND=">=media-libs/libsndfile-1.0
vorbis? ( media-libs/libogg media-libs/libvorbis )
mp3? ( media-libs/libmad )
ladspa? ( media-libs/ladspa-sdk )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
LANGS="de el es_ES fr hu it pl ru"