summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-02-28 21:58:13 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-02-28 21:58:13 +0000
commit8855248bb00237d9ead83d85f95f4c96527d2b61 (patch)
tree6c0e0f9c0ff953968d2e5fb9179b19eec952e8f0 /media-libs/libtheora/libtheora-1.0_alpha4.ebuild
parentstable, 83190 (diff)
downloadgentoo-2-8855248bb00237d9ead83d85f95f4c96527d2b61.tar.gz
gentoo-2-8855248bb00237d9ead83d85f95f4c96527d2b61.tar.bz2
gentoo-2-8855248bb00237d9ead83d85f95f4c96527d2b61.zip
Got rid of incorrect pic USE flag usage.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-libs/libtheora/libtheora-1.0_alpha4.ebuild')
-rw-r--r--media-libs/libtheora/libtheora-1.0_alpha4.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/libtheora/libtheora-1.0_alpha4.ebuild b/media-libs/libtheora/libtheora-1.0_alpha4.ebuild
index 7213c65caabd..a73668ac8b1d 100644
--- a/media-libs/libtheora/libtheora-1.0_alpha4.ebuild
+++ b/media-libs/libtheora/libtheora-1.0_alpha4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha4.ebuild,v 1.5 2005/02/22 19:48:22 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha4.ebuild,v 1.6 2005/02/28 21:58:13 eradicator Exp $
inherit flag-o-matic
DESCRIPTION="The Theora Video Compression Codec"
@@ -10,7 +10,7 @@ SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2"
LICENSE="xiph"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~sparc ~x86"
-IUSE="encode pic doc"
+IUSE="encode doc"
RDEPEND=">=media-libs/libogg-1.1.0
>=media-libs/libvorbis-1.0.1"
@@ -34,7 +34,6 @@ src_compile() {
econf \
$(use_enable encode) \
- $(use_with pic) \
--enable-shared --disable-dependency-tracking || die
emake || die
}