diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-16 22:01:28 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-16 22:01:28 +0000 |
commit | 5ad8fd58e00425e0358fc987cf0b9a38da395e5c (patch) | |
tree | e088029adbb09ad97e3076517023b87492124c18 /app-pda/libplist | |
parent | Stable for x86, wrt bug #423155 (diff) | |
download | gentoo-2-5ad8fd58e00425e0358fc987cf0b9a38da395e5c.tar.gz gentoo-2-5ad8fd58e00425e0358fc987cf0b9a38da395e5c.tar.bz2 gentoo-2-5ad8fd58e00425e0358fc987cf0b9a38da395e5c.zip |
Stable for x86, wrt bug #423155
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/libplist')
-rw-r--r-- | app-pda/libplist/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/libplist/libplist-1.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/libplist/ChangeLog b/app-pda/libplist/ChangeLog index a5d189575656..9c716a1b819e 100644 --- a/app-pda/libplist/ChangeLog +++ b/app-pda/libplist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/libplist # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.26 2012/08/11 18:02:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.27 2012/08/16 22:01:28 johu Exp $ + + 16 Aug 2012; Johannes Huber <johu@gentoo.org> libplist-1.8-r1.ebuild: + Stable for x86, wrt bug #423155 11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> libplist-1.8-r1.ebuild: Stable for amd64, wrt bug #423155 diff --git a/app-pda/libplist/libplist-1.8-r1.ebuild b/app-pda/libplist/libplist-1.8-r1.ebuild index 4de335d2a900..7198e226231d 100644 --- a/app-pda/libplist/libplist-1.8-r1.ebuild +++ b/app-pda/libplist/libplist-1.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/libplist-1.8-r1.ebuild,v 1.4 2012/08/11 18:02:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/libplist-1.8-r1.ebuild,v 1.5 2012/08/16 22:01:28 johu Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-fbsd" +KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd" IUSE="python" RDEPEND="dev-libs/libxml2" |