diff options
author | Markus Meier <maekke@gentoo.org> | 2009-05-31 16:13:33 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-05-31 16:13:33 +0000 |
commit | cf3fbc98f7c13eeac4e70aa1e19b5dec178fe92d (patch) | |
tree | b91ad060b0dc64f037d521c8e7c931033ebf005e /media-libs/libxspf | |
parent | amd64/x86 stable, bug #271815 (diff) | |
download | gentoo-2-cf3fbc98f7c13eeac4e70aa1e19b5dec178fe92d.tar.gz gentoo-2-cf3fbc98f7c13eeac4e70aa1e19b5dec178fe92d.tar.bz2 gentoo-2-cf3fbc98f7c13eeac4e70aa1e19b5dec178fe92d.zip |
amd64/x86 stable, bug #271815
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libxspf')
-rw-r--r-- | media-libs/libxspf/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libxspf/libxspf-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libxspf/ChangeLog b/media-libs/libxspf/ChangeLog index 228be5e252ef..680f448c57d5 100644 --- a/media-libs/libxspf/ChangeLog +++ b/media-libs/libxspf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libxspf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v 1.5 2009/05/31 14:01:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v 1.6 2009/05/31 16:13:33 maekke Exp $ + + 31 May 2009; Markus Meier <maekke@gentoo.org> libxspf-1.2.0.ebuild: + amd64/x86 stable, bug #271815 31 May 2009; nixnut <nixnut@gentoo.org> libxspf-1.2.0.ebuild: ppc stable #271815 diff --git a/media-libs/libxspf/libxspf-1.2.0.ebuild b/media-libs/libxspf/libxspf-1.2.0.ebuild index ff04328c657f..851531d8aeee 100644 --- a/media-libs/libxspf/libxspf-1.2.0.ebuild +++ b/media-libs/libxspf/libxspf-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v 1.5 2009/05/31 14:01:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v 1.6 2009/05/31 16:13:33 maekke Exp $ EAPI=2 inherit eutils qt4 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libspiff/${P}.tar.bz2" LICENSE="BSD LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc ~x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="doc test" RDEPEND=">=dev-libs/uriparser-0.7.5 |