diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-23 08:48:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-23 08:48:19 +0000 |
commit | d574cc01ec2072a62b9eccbd57b5fbf4ee894011 (patch) | |
tree | 3815d9050c260fa182598b0dc9a4ecb57dfa8867 /app-pda | |
parent | Stable for sparc, wrt bug #458122 (diff) | |
download | gentoo-2-d574cc01ec2072a62b9eccbd57b5fbf4ee894011.tar.gz gentoo-2-d574cc01ec2072a62b9eccbd57b5fbf4ee894011.tar.bz2 gentoo-2-d574cc01ec2072a62b9eccbd57b5fbf4ee894011.zip |
Restore ~arm keywording (#449220) since -r2 was mistakenly keyworded instead of -r3.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libimobiledevice/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-pda/libimobiledevice/ChangeLog b/app-pda/libimobiledevice/ChangeLog index 2912267a11e2..e2c1c132e659 100644 --- a/app-pda/libimobiledevice/ChangeLog +++ b/app-pda/libimobiledevice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/libimobiledevice # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.41 2013/02/23 08:46:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.42 2013/02/23 08:48:19 ssuominen Exp $ + + 23 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> + libimobiledevice-1.1.4-r4.ebuild: + Restore ~arm keywording (#449220) since -r2 was mistakenly keyworded instead + of -r3. *libimobiledevice-1.1.4-r4 (23 Feb 2013) diff --git a/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild index 81111436faf1..cff87e47e94f 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild,v 1.1 2013/02/23 08:46:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild,v 1.2 2013/02/23 08:48:19 ssuominen Exp $ EAPI=5 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="gnutls" RDEPEND=">=app-pda/libplist-1.8-r1 |