diff options
author | Travis Tilley <lv@gentoo.org> | 2004-06-07 17:09:37 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-06-07 17:09:37 +0000 |
commit | cd6709cfb8c08a10d5b6cef6e6738d42ca98918b (patch) | |
tree | 44c6124dac734ef18d358f68ef828c7d9a195bbd /media-libs/speex/speex-1.0.3.ebuild | |
parent | make sure -fPIC gets into the radius lib #52813 (diff) | |
download | gentoo-2-cd6709cfb8c08a10d5b6cef6e6738d42ca98918b.tar.gz gentoo-2-cd6709cfb8c08a10d5b6cef6e6738d42ca98918b.tar.bz2 gentoo-2-cd6709cfb8c08a10d5b6cef6e6738d42ca98918b.zip |
stable on amd64
Diffstat (limited to 'media-libs/speex/speex-1.0.3.ebuild')
-rw-r--r-- | media-libs/speex/speex-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/speex/speex-1.0.3.ebuild b/media-libs/speex/speex-1.0.3.ebuild index ba55cfe71bba..312d3eaa30d6 100644 --- a/media-libs/speex/speex-1.0.3.ebuild +++ b/media-libs/speex/speex-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.0.3.ebuild,v 1.3 2004/01/29 04:03:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.0.3.ebuild,v 1.4 2004/06/07 17:09:37 lv Exp $ IUSE="oggvorbis sse" @@ -13,7 +13,7 @@ SRC_URI="http://www.speex.org/download/${MY_P}.tar.gz" SLOT="0" LICENSE="BSD as-is" -KEYWORDS="~x86 ~hppa ~amd64 alpha ia64" +KEYWORDS="~x86 ~hppa amd64 alpha ia64" DEPEND="virtual/glibc oggvorbis? ( >=media-libs/libogg-1.0 )" |