diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-16 23:36:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-16 23:36:22 +0000 |
commit | ca0b1d3486a5d9210693798867595f39a628e338 (patch) | |
tree | 74023bce4438de71f28a72ef889fe739569ad481 /dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild | |
parent | Digest fix (bug #89125). (diff) | |
download | gentoo-2-ca0b1d3486a5d9210693798867595f39a628e338.tar.gz gentoo-2-ca0b1d3486a5d9210693798867595f39a628e338.tar.bz2 gentoo-2-ca0b1d3486a5d9210693798867595f39a628e338.zip |
ia64 lovin
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild')
-rw-r--r-- | dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild b/dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild index b1fb8862c5ef..d81b443d1ed3 100644 --- a/dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild +++ b/dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild,v 1.6 2005/03/23 14:27:19 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.4-r1.ebuild,v 1.7 2005/04/16 23:36:22 vapier Exp $ inherit gnome.org python DESCRIPTION="GNOME1 Python Bindings" HOMEPAGE="http://www.pygtk.org/" -IUSE="" -SLOT="1" -KEYWORDS="x86 ppc ~sparc ~alpha" LICENSE="GPL-2" +SLOT="1" +KEYWORDS="~alpha ia64 ppc ~sparc x86" +IUSE="" DEPEND="virtual/python =x11-libs/gtk+-1.2* @@ -36,8 +36,7 @@ src_compile() { } src_install() { - dodoc AUTHORS COPYING* ChangeLog NEWS MAPPING - dodoc README* + dodoc AUTHORS ChangeLog NEWS MAPPING README* cd ${S}/pygnome make prefix=${D}/usr datadir=${D}/usr/share install || die " install failed" } |