diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 22:33:01 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 22:33:01 +0000 |
commit | 5fa04d01f337cec70356f90c366be680ec875d78 (patch) | |
tree | 26ccbfa1b1068aa0c7eaa4533833e174beb7914e /sys-devel/subterfugue/subterfugue-0.2.1a.ebuild | |
parent | fix typo and add pydict (diff) | |
download | gentoo-2-5fa04d01f337cec70356f90c366be680ec875d78.tar.gz gentoo-2-5fa04d01f337cec70356f90c366be680ec875d78.tar.bz2 gentoo-2-5fa04d01f337cec70356f90c366be680ec875d78.zip |
drop gtk useflag for gnome-1.x removal
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'sys-devel/subterfugue/subterfugue-0.2.1a.ebuild')
-rw-r--r-- | sys-devel/subterfugue/subterfugue-0.2.1a.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild b/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild index 48798ca11d78..5bbadb16d01d 100644 --- a/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild +++ b/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild,v 1.2 2005/09/08 15:20:26 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/subterfugue/subterfugue-0.2.1a.ebuild,v 1.3 2006/11/18 22:33:01 compnerd Exp $ inherit distutils eutils -IUSE="gtk" +IUSE="" DESCRIPTION="strace meets expect" SRC_URI="mirror://sourceforge/subterfugue/${P}.tgz" @@ -13,9 +13,7 @@ KEYWORDS="-amd64 -ppc x86" SLOT="0" LICENSE="GPL-2" -DEPEND=">=dev-lang/python-2.0 - gtk? ( =x11-libs/gtk+-1.2* - =dev-python/pygtk-0.6* )" +DEPEND=">=dev-lang/python-2.0" src_unpack() { unpack ${A} |