diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2011-10-04 13:41:24 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2011-10-04 13:41:24 +0000 |
commit | 67878ad8f76414d8ce878c3546a892ad9054342e (patch) | |
tree | 983356a1e4754f0cbdc3eb4acfdca133e706d2d1 /app-pda | |
parent | Drop accidentally added toolchain-funcs from inherit line (diff) | |
download | gentoo-2-67878ad8f76414d8ce878c3546a892ad9054342e.tar.gz gentoo-2-67878ad8f76414d8ce878c3546a892ad9054342e.tar.bz2 gentoo-2-67878ad8f76414d8ce878c3546a892ad9054342e.zip |
x86 stable, bug 384655
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libimobiledevice/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-pda/libimobiledevice/ChangeLog b/app-pda/libimobiledevice/ChangeLog index e71320373213..a20f6472c490 100644 --- a/app-pda/libimobiledevice/ChangeLog +++ b/app-pda/libimobiledevice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/libimobiledevice # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.19 2011/10/01 19:56:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.20 2011/10/04 13:41:24 nativemad Exp $ + + 04 Oct 2011; Andreas Schuerch <nativemad@gentoo.org> + libimobiledevice-1.1.1.ebuild: + x86 stable, see bug 384655 01 Oct 2011; Markos Chandras <hwoarang@gentoo.org> libimobiledevice-1.1.1.ebuild: diff --git a/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild index 37fd99b399f4..79f4da4144db 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.3 2011/10/01 19:56:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.4 2011/10/04 13:41:24 nativemad Exp $ EAPI=3 PYTHON_DEPEND="python? 2:2.6" @@ -13,7 +13,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="python static-libs" RDEPEND=">=app-pda/libplist-0.15 |