diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-11-24 22:29:13 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-11-24 22:29:13 +0000 |
commit | da1397dce6f14428115d04549555a7f816e5602b (patch) | |
tree | 792f49064b3010f9ce909879b4868752e4b581d6 /media-libs/libgpod | |
parent | Stable on ppc64; bug #155992 (diff) | |
download | gentoo-2-da1397dce6f14428115d04549555a7f816e5602b.tar.gz gentoo-2-da1397dce6f14428115d04549555a7f816e5602b.tar.bz2 gentoo-2-da1397dce6f14428115d04549555a7f816e5602b.zip |
Stable on ppc64; bug #155992
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-libs/libgpod')
-rw-r--r-- | media-libs/libgpod/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libgpod/ChangeLog b/media-libs/libgpod/ChangeLog index c9f2aa0212c1..48bfbccabb04 100644 --- a/media-libs/libgpod/ChangeLog +++ b/media-libs/libgpod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libgpod # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.23 2006/11/21 07:46:22 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.24 2006/11/24 22:29:13 corsair Exp $ + + 24 Nov 2006; Markus Rothe <corsair@gentoo.org> libgpod-0.4.0.ebuild: + Stable on ppc64; bug #155992 21 Nov 2006; Christian Faulhammer <opfer@gentoo.org> libgpod-0.4.0.ebuild: stable x86, bug #154832 diff --git a/media-libs/libgpod/libgpod-0.4.0.ebuild b/media-libs/libgpod/libgpod-0.4.0.ebuild index 238bb822c96e..e5e887c6de41 100644 --- a/media-libs/libgpod/libgpod-0.4.0.ebuild +++ b/media-libs/libgpod/libgpod-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.4.0.ebuild,v 1.8 2006/11/21 07:46:22 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.4.0.ebuild,v 1.9 2006/11/24 22:29:13 corsair Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86" IUSE="gtk python" RDEPEND=">=dev-libs/glib-2.4 |