diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:04:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:04:26 +0000 |
commit | 9a6b8df767242bffc14370415cea4cc14d8d099b (patch) | |
tree | a1f231d000ab303326fbdda55064f114d5aaa0b8 /media-video/gephex/gephex-0.0.4.ebuild | |
parent | (no commit message) (diff) | |
download | historical-9a6b8df767242bffc14370415cea4cc14d8d099b.tar.gz historical-9a6b8df767242bffc14370415cea4cc14d8d099b.tar.bz2 historical-9a6b8df767242bffc14370415cea4cc14d8d099b.zip |
Add inherit eutils
Diffstat (limited to 'media-video/gephex/gephex-0.0.4.ebuild')
-rw-r--r-- | media-video/gephex/gephex-0.0.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-video/gephex/gephex-0.0.4.ebuild b/media-video/gephex/gephex-0.0.4.ebuild index 84f9c2be98bc..d3bbbff2f1ed 100644 --- a/media-video/gephex/gephex-0.0.4.ebuild +++ b/media-video/gephex/gephex-0.0.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.0.4.ebuild,v 1.2 2004/03/22 09:58:01 zypher Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.0.4.ebuild,v 1.3 2004/04/27 20:53:09 agriffis Exp $ + +inherit eutils MY_P=${P/_/} DESCRIPTION="GePhex is a modular video effect framework." |