diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-07-31 11:11:11 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-07-31 11:11:11 +0000 |
commit | c5b823af071a0fbcad9a3b6cbf0ee32eae092c50 (patch) | |
tree | 5edfe7bd96fe6619f818fd1745dc9cfef79572ef /app-pda | |
parent | Version bump. Bug and multi-threading fixes, hopefully fixing rare crashes wi... (diff) | |
download | gentoo-2-c5b823af071a0fbcad9a3b6cbf0ee32eae092c50.tar.gz gentoo-2-c5b823af071a0fbcad9a3b6cbf0ee32eae092c50.tar.bz2 gentoo-2-c5b823af071a0fbcad9a3b6cbf0ee32eae092c50.zip |
amd64 stable, bug 327909
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libimobiledevice/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/libimobiledevice/ChangeLog b/app-pda/libimobiledevice/ChangeLog index 717666507e83..477290e4fff9 100644 --- a/app-pda/libimobiledevice/ChangeLog +++ b/app-pda/libimobiledevice/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2010/07/23 18:12:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.7 2010/07/31 11:11:11 pacho Exp $ + + 31 Jul 2010; Pacho Ramos <pacho@gentoo.org> libimobiledevice-1.0.2.ebuild: + amd64 stable, bug 327909 23 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> libimobiledevice-1.0.2.ebuild: diff --git a/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild index 2ff696c9ea03..f77df9069c08 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.0.2.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.2.ebuild,v 1.2 2010/07/23 18:12:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.2.ebuild,v 1.3 2010/07/31 11:11:11 pacho 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 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" IUSE="python" DEPEND="dev-util/pkgconfig |