diff options
author | 2006-10-28 19:17:58 +0000 | |
---|---|---|
committer | 2006-10-28 19:17:58 +0000 | |
commit | 5127c13c8e1fd7d014264a0198cea88af3be4fbe (patch) | |
tree | 5b1decb1f77c0e183fd4d141ad63fe2952515920 /app-emulation/uade | |
parent | rpm -> RPM typo (diff) | |
download | gentoo-2-5127c13c8e1fd7d014264a0198cea88af3be4fbe.tar.gz gentoo-2-5127c13c8e1fd7d014264a0198cea88af3be4fbe.tar.bz2 gentoo-2-5127c13c8e1fd7d014264a0198cea88af3be4fbe.zip |
Add missing dep. on pkgconfig.
(Portage version: 2.1.2_rc1)
Diffstat (limited to 'app-emulation/uade')
-rw-r--r-- | app-emulation/uade/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/uade/uade-2.02.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/uade/uade-2.03.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-emulation/uade/ChangeLog b/app-emulation/uade/ChangeLog index 7aa682af6c0b..f8f9c4926667 100644 --- a/app-emulation/uade/ChangeLog +++ b/app-emulation/uade/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/uade # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.38 2006/09/16 16:28:44 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.39 2006/10/28 19:17:58 spock Exp $ + + 28 Oct 2006; Michał Januszewski <spock@gentoo.org> uade-2.02.ebuild, + uade-2.03.ebuild: + Add missing dep. on pkgconfig. 16 Sep 2006; Olivier Crête <tester@gentoo.org> uade-2.03.ebuild: Stable on amd64 per bug #146194 diff --git a/app-emulation/uade/uade-2.02.ebuild b/app-emulation/uade/uade-2.02.ebuild index 1e52fbb7d787..be52aa286789 100644 --- a/app-emulation/uade/uade-2.02.ebuild +++ b/app-emulation/uade/uade-2.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.02.ebuild,v 1.4 2006/09/09 22:20:52 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.02.ebuild,v 1.5 2006/10/28 19:17:58 spock Exp $ inherit eutils @@ -17,7 +17,8 @@ RDEPEND="media-libs/libao xmms? ( >=media-sound/xmms-1.2.2 ) audacious? ( >=media-sound/audacious-0.2 )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} diff --git a/app-emulation/uade/uade-2.03.ebuild b/app-emulation/uade/uade-2.03.ebuild index bff43a1c9e71..5ae504da851f 100644 --- a/app-emulation/uade/uade-2.03.ebuild +++ b/app-emulation/uade/uade-2.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.03.ebuild,v 1.2 2006/09/16 16:28:44 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.03.ebuild,v 1.3 2006/10/28 19:17:58 spock Exp $ inherit eutils @@ -17,7 +17,8 @@ RDEPEND="media-libs/libao xmms? ( >=media-sound/xmms-1.2.2 ) audacious? ( >=media-sound/audacious-0.2 )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_compile() { ./configure \ |