diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2011-03-06 12:10:47 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2011-03-06 12:10:47 +0000 |
commit | 4729163e1bfedfc33b590fc128fc0730067d9ec9 (patch) | |
tree | 2ce7fbcc5e91cc3da9bb8b8aea658d1835ef104e /media-libs | |
parent | Stable on alpha, bug #354061 (diff) | |
download | gentoo-2-4729163e1bfedfc33b590fc128fc0730067d9ec9.tar.gz gentoo-2-4729163e1bfedfc33b590fc128fc0730067d9ec9.tar.bz2 gentoo-2-4729163e1bfedfc33b590fc128fc0730067d9ec9.zip |
Stable on alpha, bug #354061
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/resid/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/resid/resid-0.16_p2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/resid/ChangeLog b/media-libs/resid/ChangeLog index 7cd4910ee2b5..514f23f9504b 100644 --- a/media-libs/resid/ChangeLog +++ b/media-libs/resid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/resid -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/ChangeLog,v 1.23 2010/10/10 19:54:10 klausman Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/ChangeLog,v 1.24 2011/03/06 12:10:47 klausman Exp $ + + 06 Mar 2011; Tobias Klausmann <klausman@gentoo.org> resid-0.16_p2.ebuild: + Stable on alpha, bug #354061 10 Oct 2010; Tobias Klausmann <klausman@gentoo.org> resid-0.16_p2.ebuild: Keyworded on alpha, bug #326767 diff --git a/media-libs/resid/resid-0.16_p2.ebuild b/media-libs/resid/resid-0.16_p2.ebuild index 97a0976d6cd3..0ddd15185f6d 100644 --- a/media-libs/resid/resid-0.16_p2.ebuild +++ b/media-libs/resid/resid-0.16_p2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.16_p2.ebuild,v 1.7 2010/10/10 19:54:10 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.16_p2.ebuild,v 1.8 2011/03/06 12:10:47 klausman Exp $ EAPI=2 inherit autotools versionator @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ppc sparc x86" +KEYWORDS="alpha amd64 ppc sparc x86" IUSE="static-libs" RDEPEND="" |