diff options
author | Markus Meier <maekke@gentoo.org> | 2010-05-28 10:10:04 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-05-28 10:10:04 +0000 |
commit | 7292c45bf22a424163dc449f8d3ab2c449142f4a (patch) | |
tree | e8871a327f7075c7271ef2477759c5f701231a48 /app-pda/libimobiledevice | |
parent | add ~x86, bug #313691 (diff) | |
download | gentoo-2-7292c45bf22a424163dc449f8d3ab2c449142f4a.tar.gz gentoo-2-7292c45bf22a424163dc449f8d3ab2c449142f4a.tar.bz2 gentoo-2-7292c45bf22a424163dc449f8d3ab2c449142f4a.zip |
add ~x86, bug #313691
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/libimobiledevice')
-rw-r--r-- | app-pda/libimobiledevice/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-pda/libimobiledevice/ChangeLog b/app-pda/libimobiledevice/ChangeLog index 83a2dc5bfe44..52b60fb9c027 100644 --- a/app-pda/libimobiledevice/ChangeLog +++ b/app-pda/libimobiledevice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/libimobiledevice # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.2 2010/04/07 14:51:19 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.3 2010/05/28 10:10:04 maekke Exp $ + + 28 May 2010; Markus Meier <maekke@gentoo.org> + libimobiledevice-1.0.0.ebuild: + add ~x86, bug #313691 07 Apr 2010; Olivier Crête <tester@gentoo.org> libimobiledevice-1.0.0.ebuild: diff --git a/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild index c4b27491ac00..4b15b32cbd72 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild,v 1.2 2010/04/07 14:51:19 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild,v 1.3 2010/05/28 10:10:04 maekke Exp $ EAPI=3 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.libimobiledevice.org/" SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="python" DEPEND="dev-util/pkgconfig |