diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-09-16 20:01:43 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-09-16 20:01:43 +0000 |
commit | f9dab335b734f012a7664f913ed894126eafca54 (patch) | |
tree | 61321a3ccb5787eb8ed95ba9bc0fb28cad5fbd21 /dev-python/IcePy/IcePy-3.2.1.ebuild | |
parent | Handle ${ROOT} and whitespace, suggested by vapier. (diff) | |
download | historical-f9dab335b734f012a7664f913ed894126eafca54.tar.gz historical-f9dab335b734f012a7664f913ed894126eafca54.tar.bz2 historical-f9dab335b734f012a7664f913ed894126eafca54.zip |
stable x86, bug 192139
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'dev-python/IcePy/IcePy-3.2.1.ebuild')
-rw-r--r-- | dev-python/IcePy/IcePy-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/IcePy/IcePy-3.2.1.ebuild b/dev-python/IcePy/IcePy-3.2.1.ebuild index ce9aa7982c39..f9d2e0f54e09 100644 --- a/dev-python/IcePy/IcePy-3.2.1.ebuild +++ b/dev-python/IcePy/IcePy-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/IcePy/IcePy-3.2.1.ebuild,v 1.1 2007/08/15 16:48:24 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/IcePy/IcePy-3.2.1.ebuild,v 1.2 2007/09/16 20:01:43 opfer Exp $ inherit eutils python @@ -10,7 +10,7 @@ SRC_URI="http://www.zeroc.com/download/Ice/3.2/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 x86" IUSE="test debug" DEPEND="~dev-cpp/Ice-3.2.1" |