summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/mplinuxman/ChangeLog7
-rw-r--r--app-misc/mplinuxman/mplinuxman-1.4.ebuild9
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}