diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-20 14:24:27 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-20 14:24:27 +0000 |
commit | 3570e547f03c4d1349252d6cffc437e244c60e6a (patch) | |
tree | 910dc55624108262fee4a5596a66459a91c4e48b /app-sci/pymol | |
parent | Version bump. Needed a little patch and a change to the setup2.py call (if it... (diff) | |
download | gentoo-2-3570e547f03c4d1349252d6cffc437e244c60e6a.tar.gz gentoo-2-3570e547f03c4d1349252d6cffc437e244c60e6a.tar.bz2 gentoo-2-3570e547f03c4d1349252d6cffc437e244c60e6a.zip |
Ooops, a ~ppc slipped where it shouldn't have
Diffstat (limited to 'app-sci/pymol')
-rw-r--r-- | app-sci/pymol/pymol-0.95.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/pymol/pymol-0.95.ebuild b/app-sci/pymol/pymol-0.95.ebuild index 95b58e4b2d43..b40765eab31f 100644 --- a/app-sci/pymol/pymol-0.95.ebuild +++ b/app-sci/pymol/pymol-0.95.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pymol/pymol-0.95.ebuild,v 1.1 2004/04/20 14:23:36 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pymol/pymol-0.95.ebuild,v 1.2 2004/04/20 14:24:27 phosphan Exp $ inherit distutils eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pymol/${PN}-${PV/./_}-src.tgz" LICENSE="PSF-2.2" IUSE="" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86" DEPEND="dev-lang/python dev-python/pmw |