diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:51:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:51:21 +0000 |
commit | ab69c1f1a8717ea032e27456c59cc9db42561d9b (patch) | |
tree | 854152641754cbcb2498d3ec614bd7252b87dc3c /net-ftp/ftpcube/ftpcube-0.4.3.ebuild | |
parent | Add inherit eutils (diff) | |
download | historical-ab69c1f1a8717ea032e27456c59cc9db42561d9b.tar.gz historical-ab69c1f1a8717ea032e27456c59cc9db42561d9b.tar.bz2 historical-ab69c1f1a8717ea032e27456c59cc9db42561d9b.zip |
Add inherit eutils
Diffstat (limited to 'net-ftp/ftpcube/ftpcube-0.4.3.ebuild')
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.4.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/ftpcube/ftpcube-0.4.3.ebuild b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild index 3445588fd339..98439858a9f7 100644 --- a/net-ftp/ftpcube/ftpcube-0.4.3.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.3.ebuild,v 1.5 2004/01/12 20:53:26 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.3.ebuild,v 1.6 2004/04/27 21:49:05 agriffis Exp $ IUSE="" -inherit distutils virtualx +inherit distutils virtualx eutils S="${WORKDIR}/${P}" DESCRIPTION="Graphical FTP client using wxPython" |