diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-14 09:07:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-14 09:07:49 +0000 |
commit | 67d5db22c48b607f9b0358960f83d03611d1cfc6 (patch) | |
tree | 9c38641208fa6b04149b4b9c08cc1e00695b1d31 /app-misc/mplinuxman | |
parent | Add pkgconfig to DEPEND (#151286). (diff) | |
download | gentoo-2-67d5db22c48b607f9b0358960f83d03611d1cfc6.tar.gz gentoo-2-67d5db22c48b607f9b0358960f83d03611d1cfc6.tar.bz2 gentoo-2-67d5db22c48b607f9b0358960f83d03611d1cfc6.zip |
Add missing pkgconfig dependencies, thanks to Patrick Lauer in bug #151288.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'app-misc/mplinuxman')
-rw-r--r-- | app-misc/mplinuxman/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/mplinuxman/mplinuxman-1.4.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/app-misc/mplinuxman/ChangeLog b/app-misc/mplinuxman/ChangeLog index 060770c98de5..05b52ad5c3c8 100644 --- a/app-misc/mplinuxman/ChangeLog +++ b/app-misc/mplinuxman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/mplinuxman -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mplinuxman/ChangeLog,v 1.8 2005/07/21 17:24:04 dholm Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/mplinuxman/ChangeLog,v 1.9 2006/10/14 09:07:49 flameeyes Exp $ + + 14 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> mplinuxman-1.4.ebuild: + Add missing pkgconfig dependencies, thanks to Patrick Lauer in bug #151288. 21 Jul 2005; David Holm <dholm@gentoo.org> mplinuxman-1.4.ebuild: Added to ~ppc. diff --git a/app-misc/mplinuxman/mplinuxman-1.4.ebuild b/app-misc/mplinuxman/mplinuxman-1.4.ebuild index 8cc2b9578ff3..32347d8f5af2 100644 --- a/app-misc/mplinuxman/mplinuxman-1.4.ebuild +++ b/app-misc/mplinuxman/mplinuxman-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mplinuxman/mplinuxman-1.4.ebuild,v 1.9 2005/07/21 17:24:04 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mplinuxman/mplinuxman-1.4.ebuild,v 1.10 2006/10/14 09:07:49 flameeyes Exp $ DESCRIPTION="A gtk2 frontend and drivers for mpman f50/55/60 mp3 players" HOMEPAGE="http://mplinuxman.sourceforge.net/" @@ -11,9 +11,10 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="nls" -DEPEND=">=x11-libs/gtk+-2.2.4-r1 - >=sys-apps/sed-4 +RDEPEND=">=x11-libs/gtk+-2.2.4-r1 nls? ( >=sys-devel/gettext-0.12.1 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" S=${WORKDIR}/${PN} |