diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2004-01-21 12:07:15 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2004-01-21 12:07:15 +0000 |
commit | a95c22c286a8a5b8ca15b636555532152d043fe3 (patch) | |
tree | 4a2e3815607a4fcd0c94b517baddfca880acce65 /dev-python/twisted/twisted-1.1.1.ebuild | |
parent | fixed gtk/gtk2 dep (diff) | |
download | gentoo-2-a95c22c286a8a5b8ca15b636555532152d043fe3.tar.gz gentoo-2-a95c22c286a8a5b8ca15b636555532152d043fe3.tar.bz2 gentoo-2-a95c22c286a8a5b8ca15b636555532152d043fe3.zip |
added gtk to IUSE
Diffstat (limited to 'dev-python/twisted/twisted-1.1.1.ebuild')
-rw-r--r-- | dev-python/twisted/twisted-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/twisted/twisted-1.1.1.ebuild b/dev-python/twisted/twisted-1.1.1.ebuild index c9901e660a4e..afd8948c1164 100644 --- a/dev-python/twisted/twisted-1.1.1.ebuild +++ b/dev-python/twisted/twisted-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.1.ebuild,v 1.2 2004/01/21 11:51:39 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.1.ebuild,v 1.3 2004/01/21 12:07:03 lordvan Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" -IUSE="gtk2 doc" +IUSE="gtk gtk2 doc" DEPEND=">=dev-lang/python-2.2 >=dev-python/pycrypto-1.9_alpha6 |