summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-11 22:05:54 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-11 22:05:54 +0000
commitf595f48a13eec0add2d173a32cbe750c49601552 (patch)
tree379bd5c8a083c98c8e9fa2476e3efadb95658558 /app-pda
parentUse subslot operator for the libplist and libimobiledevice dependencies. (diff)
downloadgentoo-2-f595f48a13eec0add2d173a32cbe750c49601552.tar.gz
gentoo-2-f595f48a13eec0add2d173a32cbe750c49601552.tar.bz2
gentoo-2-f595f48a13eec0add2d173a32cbe750c49601552.zip
Use subslot operator for the libplist and libimobiledevice dependencies.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/ifuse/ChangeLog7
-rw-r--r--app-pda/ifuse/ifuse-1.1.2.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/app-pda/ifuse/ChangeLog b/app-pda/ifuse/ChangeLog
index f4f088b78359..f99c8833291b 100644
--- a/app-pda/ifuse/ChangeLog
+++ b/app-pda/ifuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/ifuse
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.11 2012/08/16 22:03:32 johu Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ChangeLog,v 1.12 2013/05/11 22:05:54 ssuominen Exp $
+
+ 11 May 2013; Samuli Suominen <ssuominen@gentoo.org> ifuse-1.1.2.ebuild:
+ Use subslot operator for the libplist and libimobiledevice dependencies.
16 Aug 2012; Johannes Huber <johu@gentoo.org> ifuse-1.1.2.ebuild:
Stable for x86, wrt bug #423155
diff --git a/app-pda/ifuse/ifuse-1.1.2.ebuild b/app-pda/ifuse/ifuse-1.1.2.ebuild
index 793777c33c56..4ba1ab60d182 100644
--- a/app-pda/ifuse/ifuse-1.1.2.ebuild
+++ b/app-pda/ifuse/ifuse-1.1.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild,v 1.3 2012/08/16 22:03:32 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-1.1.2.ebuild,v 1.4 2013/05/11 22:05:54 ssuominen Exp $
-EAPI=4
+EAPI=5
DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes"
HOMEPAGE="http://www.libimobiledevice.org/"
@@ -13,8 +13,8 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND=">=app-pda/libimobiledevice-1.1.4
- >=app-pda/libplist-1.8
+RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
+ >=app-pda/libplist-1.8:=
>=sys-fs/fuse-2.7.0"
DEPEND="${RDEPEND}
virtual/pkgconfig"