diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-04-27 08:11:47 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-04-27 08:11:47 +0000 |
commit | af178bbb2448640f9e982b094d70988b44cc6034 (patch) | |
tree | 7382966fe23e1326e0a2d4bb4c13b1cf099bda9e /app-pda/libplist | |
parent | Stable on amd64 wrt bug #364813 (diff) | |
download | gentoo-2-af178bbb2448640f9e982b094d70988b44cc6034.tar.gz gentoo-2-af178bbb2448640f9e982b094d70988b44cc6034.tar.bz2 gentoo-2-af178bbb2448640f9e982b094d70988b44cc6034.zip |
Stable on amd64 wrt bug #364829
(Portage version: 2.2.0_alpha30/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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/libplist/ChangeLog b/app-pda/libplist/ChangeLog index bb203ae854b7..bca2b6af5a5f 100644 --- a/app-pda/libplist/ChangeLog +++ b/app-pda/libplist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/libplist # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.14 2011/04/25 18:38:44 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.15 2011/04/27 08:11:47 angelos Exp $ + + 27 Apr 2011; Christoph Mende <angelos@gentoo.org> libplist-1.4.ebuild: + Stable on amd64 wrt bug #364829 25 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> libplist-1.3.ebuild: diff --git a/app-pda/libplist/libplist-1.4.ebuild b/app-pda/libplist/libplist-1.4.ebuild index 56b551480d8a..5fbe72033b60 100644 --- a/app-pda/libplist/libplist-1.4.ebuild +++ b/app-pda/libplist/libplist-1.4.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/libplist/libplist-1.4.ebuild,v 1.2 2011/04/17 07:44:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/libplist-1.4.ebuild,v 1.3 2011/04/27 08:11:47 angelos Exp $ EAPI=3 PYTHON_DEPEND="python? 2:2.6" @@ -12,7 +12,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" RDEPEND="dev-libs/glib:2 |