diff options
author | 2009-10-21 08:00:30 +0000 | |
---|---|---|
committer | 2009-10-21 08:00:30 +0000 | |
commit | 4e8fb0b40d095a83892463aaa62920fb5004fe4d (patch) | |
tree | 41e4dc7bb45669f9032eb2265d9967f65b46081f /media-libs/speex/speex-1.2_rc1.ebuild | |
parent | New revision of debugedit with lots of fixes from upstream. Requires patch to... (diff) | |
download | gentoo-2-4e8fb0b40d095a83892463aaa62920fb5004fe4d.tar.gz gentoo-2-4e8fb0b40d095a83892463aaa62920fb5004fe4d.tar.bz2 gentoo-2-4e8fb0b40d095a83892463aaa62920fb5004fe4d.zip |
Stable for HPPA (bug #289701).
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'media-libs/speex/speex-1.2_rc1.ebuild')
-rw-r--r-- | media-libs/speex/speex-1.2_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/speex/speex-1.2_rc1.ebuild b/media-libs/speex/speex-1.2_rc1.ebuild index e8de228a06a4..bea61a2b7309 100644 --- a/media-libs/speex/speex-1.2_rc1.ebuild +++ b/media-libs/speex/speex-1.2_rc1.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/speex/speex-1.2_rc1.ebuild,v 1.2 2009/10/19 12:20:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_rc1.ebuild,v 1.3 2009/10/21 08:00:30 jer 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 )" |