diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-09-29 17:49:21 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-09-29 17:49:21 +0000 |
commit | 6e3efe10d5f11fecb4e7a41940ad2bac6f1ab0f5 (patch) | |
tree | 1ed8dffba47f243c9024e4052d8bc3129bcba1a7 /media-libs/celt/celt-0.6.1.ebuild | |
parent | Add new as-needed patch per bug #286771. Also fix elog informations per bug #... (diff) | |
download | gentoo-2-6e3efe10d5f11fecb4e7a41940ad2bac6f1ab0f5.tar.gz gentoo-2-6e3efe10d5f11fecb4e7a41940ad2bac6f1ab0f5.tar.bz2 gentoo-2-6e3efe10d5f11fecb4e7a41940ad2bac6f1ab0f5.zip |
Keyworded on alpha, bug #276355
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/celt/celt-0.6.1.ebuild')
-rw-r--r-- | media-libs/celt/celt-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/celt/celt-0.6.1.ebuild b/media-libs/celt/celt-0.6.1.ebuild index c9091622246d..a2c2526574cb 100644 --- a/media-libs/celt/celt-0.6.1.ebuild +++ b/media-libs/celt/celt-0.6.1.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/celt/celt-0.6.1.ebuild,v 1.3 2009/09/29 00:26:05 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.6.1.ebuild,v 1.4 2009/09/29 17:49:21 klausman Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="ogg" DEPEND="ogg? ( media-libs/libogg )" |