diff options
author | Chris White <chriswhite@gentoo.org> | 2004-11-18 00:00:08 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-11-18 00:00:08 +0000 |
commit | 53b5652066ee7bb963f0cb4c4d28bbc754393c54 (patch) | |
tree | 85092caca199a3d748064f8b02a6d64a98704722 /media-video/helixplayer/helixplayer-1.0_beta1.ebuild | |
parent | Undoing 4.1 stable on amd64, sparc, x86. (Manifest recommit) (diff) | |
download | gentoo-2-53b5652066ee7bb963f0cb4c4d28bbc754393c54.tar.gz gentoo-2-53b5652066ee7bb963f0cb4c4d28bbc754393c54.tar.bz2 gentoo-2-53b5652066ee7bb963f0cb4c4d28bbc754393c54.zip |
Fixed inherit location.
Diffstat (limited to 'media-video/helixplayer/helixplayer-1.0_beta1.ebuild')
-rw-r--r-- | media-video/helixplayer/helixplayer-1.0_beta1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/helixplayer/helixplayer-1.0_beta1.ebuild b/media-video/helixplayer/helixplayer-1.0_beta1.ebuild index 538283bd07df..38be9453814b 100644 --- a/media-video/helixplayer/helixplayer-1.0_beta1.ebuild +++ b/media-video/helixplayer/helixplayer-1.0_beta1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/helixplayer-1.0_beta1.ebuild,v 1.3 2004/11/14 05:20:59 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/helixplayer-1.0_beta1.ebuild,v 1.4 2004/11/17 23:56:12 chriswhite Exp $ + +inherit nsplugins eutils DESCRIPTION="A free open-source media player by real" HOMEPAGE="http://www.helixplayer.org/" @@ -16,8 +18,6 @@ RDEPEND=">=dev-libs/glib-2 >=x11-libs/pango-1.2 >=x11-libs/gtk+-2.2" -inherit nsplugins eutils - # Had to change the source directory because of this somewhat # non-standard naming convention S=${WORKDIR}/player_all-bingo-beta-20040615 |