diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-04-15 20:03:36 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-04-15 20:03:36 +0000 |
commit | f7545a49e2aa6f5cc6a9e783c4855547cb8dd947 (patch) | |
tree | 4c9ea9780b0fad15d41c0a2f1cbc206557df86c0 /media-libs/speex/speex-1.2_beta3_p2.ebuild | |
parent | Stable on alpha, bug #217603 (diff) | |
download | gentoo-2-f7545a49e2aa6f5cc6a9e783c4855547cb8dd947.tar.gz gentoo-2-f7545a49e2aa6f5cc6a9e783c4855547cb8dd947.tar.bz2 gentoo-2-f7545a49e2aa6f5cc6a9e783c4855547cb8dd947.zip |
Stable on alpha, bug #217715 (this time for real)
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'media-libs/speex/speex-1.2_beta3_p2.ebuild')
-rw-r--r-- | media-libs/speex/speex-1.2_beta3_p2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/speex/speex-1.2_beta3_p2.ebuild b/media-libs/speex/speex-1.2_beta3_p2.ebuild index 0066629453ef..372279ac5dbd 100644 --- a/media-libs/speex/speex-1.2_beta3_p2.ebuild +++ b/media-libs/speex/speex-1.2_beta3_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_beta3_p2.ebuild,v 1.5 2008/04/15 16:49:43 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_beta3_p2.ebuild,v 1.6 2008/04/15 20:03:36 klausman Exp $ inherit autotools eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://downloads.xiph.org/releases/speex/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh sparc ~x86 ~x86-fbsd" IUSE="ogg sse" RDEPEND="ogg? ( media-libs/libogg )" |