diff options
author | Malcolm Lashley <malc@gentoo.org> | 2007-02-19 22:44:10 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2007-02-19 22:44:10 +0000 |
commit | 4eeedb9c61a86860674eca0edf53970f4afc5f3c (patch) | |
tree | c93f04da70846ee618acc25a1f7ae5f6b9681595 /media-libs/libgpod | |
parent | Stable on amd64 wrt security bug #166901 (diff) | |
download | gentoo-2-4eeedb9c61a86860674eca0edf53970f4afc5f3c.tar.gz gentoo-2-4eeedb9c61a86860674eca0edf53970f4afc5f3c.tar.bz2 gentoo-2-4eeedb9c61a86860674eca0edf53970f4afc5f3c.zip |
Stable on amd64 wrt security bug #166901
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-libs/libgpod')
-rw-r--r-- | media-libs/libgpod/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-0.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libgpod/ChangeLog b/media-libs/libgpod/ChangeLog index 8ef323f89662..c29ea37fb00c 100644 --- a/media-libs/libgpod/ChangeLog +++ b/media-libs/libgpod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libgpod # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.30 2007/02/15 18:09:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.31 2007/02/19 22:44:10 malc Exp $ + + 19 Feb 2007; <malc@gentoo.org> libgpod-0.4.2.ebuild: + Stable on amd64 wrt security bug #166901 15 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> libgpod-0.4.2.ebuild: Stable on sparc wrt security #166901 diff --git a/media-libs/libgpod/libgpod-0.4.2.ebuild b/media-libs/libgpod/libgpod-0.4.2.ebuild index 3e5f07b8219c..7eedb9befc58 100644 --- a/media-libs/libgpod/libgpod-0.4.2.ebuild +++ b/media-libs/libgpod/libgpod-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.4.2.ebuild,v 1.3 2007/02/15 18:09:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.4.2.ebuild,v 1.4 2007/02/19 22:44:10 malc Exp $ DESCRIPTION="Shared library to access the contents of an iPod" HOMEPAGE="http://www.gtkpod.org/libgpod.html" @@ -8,7 +8,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 doc" RDEPEND=">=dev-libs/glib-2.4 |