diff options
author | Patrick Dawson <pkdawson@gentoo.org> | 2004-09-29 22:07:16 +0000 |
---|---|---|
committer | Patrick Dawson <pkdawson@gentoo.org> | 2004-09-29 22:07:16 +0000 |
commit | 3faa06755d295b7e22a3efd8b530c78be85987e4 (patch) | |
tree | 1e3ae67a0540697a21b880b1838c71483faec097 /media-video/mpgtx | |
parent | gcc-3.4 fix (Manifest recommit) (diff) | |
download | gentoo-2-3faa06755d295b7e22a3efd8b530c78be85987e4.tar.gz gentoo-2-3faa06755d295b7e22a3efd8b530c78be85987e4.tar.bz2 gentoo-2-3faa06755d295b7e22a3efd8b530c78be85987e4.zip |
forgot inherit eutils
Diffstat (limited to 'media-video/mpgtx')
-rw-r--r-- | media-video/mpgtx/mpgtx-1.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-video/mpgtx/mpgtx-1.3.ebuild b/media-video/mpgtx/mpgtx-1.3.ebuild index de8038ba0d15..20e39f3f3a15 100644 --- a/media-video/mpgtx/mpgtx-1.3.ebuild +++ b/media-video/mpgtx/mpgtx-1.3.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/mpgtx/mpgtx-1.3.ebuild,v 1.6 2004/09/29 22:05:00 pkdawson Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpgtx/mpgtx-1.3.ebuild,v 1.7 2004/09/29 22:07:16 pkdawson Exp $ + +inherit eutils DESCRIPTION="mpgtx a command line MPEG audio/video/system file toolbox" SRC_URI="mirror://sourceforge/mpgtx/${P}.tgz" |