diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-13 12:42:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-13 12:42:49 +0000 |
commit | dd4eccafa83ee959bc6cd06fab7761cb6e962275 (patch) | |
tree | c469c4e29e836989a3b6f4fcb0171ea9cbc11b47 /media-libs | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-dd4eccafa83ee959bc6cd06fab7761cb6e962275.tar.gz gentoo-2-dd4eccafa83ee959bc6cd06fab7761cb6e962275.tar.bz2 gentoo-2-dd4eccafa83ee959bc6cd06fab7761cb6e962275.zip |
hppa stable for #59948
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1_rc5-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/xine-lib/xine-lib-1_rc5-r3.ebuild b/media-libs/xine-lib/xine-lib-1_rc5-r3.ebuild index 5d61cbcf3c8c..587ce0b6b448 100644 --- a/media-libs/xine-lib/xine-lib-1_rc5-r3.ebuild +++ b/media-libs/xine-lib/xine-lib-1_rc5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc5-r3.ebuild,v 1.4 2004/08/12 22:41:03 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc5-r3.ebuild,v 1.5 2004/08/13 12:42:49 vapier Exp $ inherit eutils flag-o-matic gcc libtool @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/xine/${PN}-${PV/_/-}${MY_PKG_SUFFIX}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="x86 ppc ~hppa ~sparc amd64 -ia64 ~alpha ~ppc64" +KEYWORDS="x86 ppc ~sparc ~alpha hppa amd64 -ia64 ~ppc64" IUSE="arts esd avi nls dvd aalib X directfb oggvorbis alsa gnome sdl speex theora ipv6 altivec" RDEPEND="oggvorbis? ( media-libs/libvorbis ) @@ -152,7 +152,7 @@ src_install() { dodir /usr/share/xine/libxine1/fonts mv ${D}/usr/share/*.xinefont.gz ${D}/usr/share/xine/libxine1/fonts/ - dodoc AUTHORS COPYING ChangeLog INSTALL README TODO + dodoc AUTHORS ChangeLog INSTALL README TODO cd ${S}/doc dodoc dataflow.dia README* } |