summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-01 21:47:09 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-01 21:47:09 +0000
commitfcea9992784da8f2192524dce4ac09f40144adb5 (patch)
treed3aa660191888ca2099d8f55562b361e068ecf3f /dev-python/fpconst
parentDelete older ebuilds. (diff)
downloadgentoo-2-fcea9992784da8f2192524dce4ac09f40144adb5.tar.gz
gentoo-2-fcea9992784da8f2192524dce4ac09f40144adb5.tar.bz2
gentoo-2-fcea9992784da8f2192524dce4ac09f40144adb5.zip
Fix dependencies.
(Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/fpconst')
-rw-r--r--dev-python/fpconst/ChangeLog6
-rw-r--r--dev-python/fpconst/fpconst-0.7.3.ebuild11
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-python/fpconst/ChangeLog b/dev-python/fpconst/ChangeLog
index 37979cf9584a..1a87763c538a 100644
--- a/dev-python/fpconst/ChangeLog
+++ b/dev-python/fpconst/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.33 2011/01/01 21:43:18 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.34 2011/01/01 21:47:09 arfrever Exp $
+
+ 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ fpconst-0.7.3.ebuild:
+ Fix dependencies.
01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-fpconst-0.7.1.ebuild, -fpconst-0.7.2.ebuild:
diff --git a/dev-python/fpconst/fpconst-0.7.3.ebuild b/dev-python/fpconst/fpconst-0.7.3.ebuild
index 473189253563..b68bed66280f 100644
--- a/dev-python/fpconst/fpconst-0.7.3.ebuild
+++ b/dev-python/fpconst/fpconst-0.7.3.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild,v 1.16 2009/12/15 19:22:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild,v 1.17 2011/01/01 21:47:09 arfrever Exp $
-EAPI="2"
+EAPI="3"
+PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
@@ -18,7 +20,6 @@ IUSE=""
DEPEND=""
RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-PYTHON_MODNAME="fpconst.py"
DOCS="pep-0754.txt"
+PYTHON_MODNAME="fpconst.py"