diff options
author | 2010-03-07 21:04:49 +0000 | |
---|---|---|
committer | 2010-03-07 21:04:49 +0000 | |
commit | ae77cbbb1fc74344c86e38f64762fa864a64517f (patch) | |
tree | a46cfbd0634e8363e4c612447305af72abe7536f /games-board/pysolfc/pysolfc-2.0.ebuild | |
parent | Version bump (diff) | |
download | historical-ae77cbbb1fc74344c86e38f64762fa864a64517f.tar.gz historical-ae77cbbb1fc74344c86e38f64762fa864a64517f.tar.bz2 historical-ae77cbbb1fc74344c86e38f64762fa864a64517f.zip |
Drop unrequired variable
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'games-board/pysolfc/pysolfc-2.0.ebuild')
-rw-r--r-- | games-board/pysolfc/pysolfc-2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-board/pysolfc/pysolfc-2.0.ebuild b/games-board/pysolfc/pysolfc-2.0.ebuild index 56e917ccd71f..b70665cef330 100644 --- a/games-board/pysolfc/pysolfc-2.0.ebuild +++ b/games-board/pysolfc/pysolfc-2.0.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v 1.1 2010/03/07 21:02:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v 1.2 2010/03/07 21:04:49 ssuominen Exp $ EAPI=2 PYTHON_USE_WITH="tk" PYTHON_DEPEND="2:2.6" -RESTRICT_PYTHON_ABIS="3.*" inherit distutils eutils games |