diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-11 22:04:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-11 22:04:47 +0000 |
commit | f8d8ff98bccda32d965fed647c42447e5a56bbd0 (patch) | |
tree | 0b7c1b6da91b982b5aa9f7cb6c8bb12d8899c4c4 /media-libs/libgpod | |
parent | Use subslot operator for the libplist and libimobiledevice dependencies. (diff) | |
download | gentoo-2-f8d8ff98bccda32d965fed647c42447e5a56bbd0.tar.gz gentoo-2-f8d8ff98bccda32d965fed647c42447e5a56bbd0.tar.bz2 gentoo-2-f8d8ff98bccda32d965fed647c42447e5a56bbd0.zip |
Use subslot operator for the libplist and libimobiledevice dependencies.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/libgpod')
-rw-r--r-- | media-libs/libgpod/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-0.8.2.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-libs/libgpod/ChangeLog b/media-libs/libgpod/ChangeLog index 31853fe4a45f..2b34e9e36387 100644 --- a/media-libs/libgpod/ChangeLog +++ b/media-libs/libgpod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libgpod # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.97 2013/02/03 16:34:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.98 2013/05/11 22:04:47 ssuominen Exp $ + + 11 May 2013; Samuli Suominen <ssuominen@gentoo.org> libgpod-0.8.2.ebuild: + Use subslot operator for the libplist and libimobiledevice dependencies. 03 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> libgpod-0.8.2.ebuild: Pull in sys-devel/gettext too which was implicit from dev-util/intltool diff --git a/media-libs/libgpod/libgpod-0.8.2.ebuild b/media-libs/libgpod/libgpod-0.8.2.ebuild index 8f7ba97e83de..036ac32ff724 100644 --- a/media-libs/libgpod/libgpod-0.8.2.ebuild +++ b/media-libs/libgpod/libgpod-0.8.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.2.ebuild,v 1.9 2013/02/03 16:34:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.2.ebuild,v 1.10 2013/05/11 22:04:47 ssuominen Exp $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="python? 2:2.6" +PYTHON_DEPEND="python? 2:2.7" inherit eutils mono python toolchain-funcs @@ -17,13 +17,13 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="+gtk python +udev ios mono static-libs" -RDEPEND=">=app-pda/libplist-1.0 +RDEPEND=">=app-pda/libplist-1.0:= >=dev-db/sqlite-3 >=dev-libs/glib-2.16:2 dev-libs/libxml2 sys-apps/sg3_utils gtk? ( x11-libs/gdk-pixbuf:2 ) - ios? ( app-pda/libimobiledevice ) + ios? ( app-pda/libimobiledevice:= ) python? ( >=media-libs/mutagen-1.8 >=dev-python/pygobject-2.8:2 |