summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-24 02:47:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-24 02:47:39 +0000
commit808e815d036caca87e11fccbc38f337917606975 (patch)
treec5f2b626e7dafeffea121f88ef49a79c94701a95 /sys-fs/mtpfs
parentInherit eutils for epatch. (diff)
downloadgentoo-2-808e815d036caca87e11fccbc38f337917606975.tar.gz
gentoo-2-808e815d036caca87e11fccbc38f337917606975.tar.bz2
gentoo-2-808e815d036caca87e11fccbc38f337917606975.zip
Missing virtual/pkgconfig dependency wrt #415253
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/mtpfs')
-rw-r--r--sys-fs/mtpfs/ChangeLog5
-rw-r--r--sys-fs/mtpfs/mtpfs-1.1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/mtpfs/ChangeLog b/sys-fs/mtpfs/ChangeLog
index aea0656ddde0..a1ae73a1e9ca 100644
--- a/sys-fs/mtpfs/ChangeLog
+++ b/sys-fs/mtpfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/mtpfs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/ChangeLog,v 1.8 2012/03/24 17:03:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/ChangeLog,v 1.9 2012/05/24 02:47:39 ssuominen Exp $
+
+ 24 May 2012; Samuli Suominen <ssuominen@gentoo.org> mtpfs-1.1.ebuild:
+ Missing virtual/pkgconfig dependency wrt #415253
24 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> mtpfs-1.0.ebuild:
x86 stable wrt bug #406293
diff --git a/sys-fs/mtpfs/mtpfs-1.1.ebuild b/sys-fs/mtpfs/mtpfs-1.1.ebuild
index eeaf1b9131c7..b57beb2d508b 100644
--- a/sys-fs/mtpfs/mtpfs-1.1.ebuild
+++ b/sys-fs/mtpfs/mtpfs-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild,v 1.3 2012/02/29 16:03:21 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild,v 1.4 2012/05/24 02:47:39 ssuominen Exp $
EAPI=4
@@ -13,14 +13,15 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug mad"
-DEPEND="dev-libs/glib:2
+RDEPEND="dev-libs/glib:2
>=media-libs/libmtp-1.1.2
sys-fs/fuse
mad? (
media-libs/libid3tag
media-libs/libmad
)"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
DOCS=(AUTHORS NEWS README)