diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-01-15 00:09:26 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-01-15 00:09:26 +0000 |
commit | 66730d4fbc01e4ad37df51a1737aa9a7b1d22dbe (patch) | |
tree | 4881b6dd8dc646d0b12e01c8a5f0e1abe12552a0 /media-libs/alsa-lib | |
parent | Version bump, add JRuby support, tests pass on all three implementations. (diff) | |
download | gentoo-2-66730d4fbc01e4ad37df51a1737aa9a7b1d22dbe.tar.gz gentoo-2-66730d4fbc01e4ad37df51a1737aa9a7b1d22dbe.tar.bz2 gentoo-2-66730d4fbc01e4ad37df51a1737aa9a7b1d22dbe.zip |
Add prefix keywords
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index b361ea085258..73e22608bf3b 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/alsa-lib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.296 2010/01/07 17:10:51 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.297 2010/01/15 00:09:26 abcd Exp $ + + 15 Jan 2010; Jonathan Callen <abcd@gentoo.org> alsa-lib-1.0.22.ebuild: + Add prefix keywords *alsa-lib-1.0.22 (07 Jan 2010) diff --git a/media-libs/alsa-lib/alsa-lib-1.0.22.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.22.ebuild index b40cb0834158..aac0e8260736 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.22.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.22.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/media-libs/alsa-lib/alsa-lib-1.0.22.ebuild,v 1.1 2010/01/07 17:10:51 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.22.ebuild,v 1.2 2010/01/15 00:09:26 abcd Exp $ inherit eutils libtool @@ -13,7 +13,7 @@ SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc debug alisp python" RDEPEND="python? ( dev-lang/python )" |