summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Stoddard <deltacow@gentoo.org>2006-04-13 12:59:23 +0000
committerScott Stoddard <deltacow@gentoo.org>2006-04-13 12:59:23 +0000
commit824ca51039adad5f7f4f32cf277b922c7c8d7694 (patch)
treea02e57735a929cdb3b8155c9166fe5c3c8fad2a9 /dev-python/rpy/rpy-0.4.6.ebuild
parentremove obsolete patches; CPUSET support; Fedora Core 5 + CentOS4 support; min... (diff)
downloadgentoo-2-824ca51039adad5f7f4f32cf277b922c7c8d7694.tar.gz
gentoo-2-824ca51039adad5f7f4f32cf277b922c7c8d7694.tar.bz2
gentoo-2-824ca51039adad5f7f4f32cf277b922c7c8d7694.zip
~amd64 added (bug #129796)
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-python/rpy/rpy-0.4.6.ebuild')
-rw-r--r--dev-python/rpy/rpy-0.4.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rpy/rpy-0.4.6.ebuild b/dev-python/rpy/rpy-0.4.6.ebuild
index 6c9cb0e136ce..d786627d5b1d 100644
--- a/dev-python/rpy/rpy-0.4.6.ebuild
+++ b/dev-python/rpy/rpy-0.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/rpy-0.4.6.ebuild,v 1.2 2006/04/01 19:03:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/rpy-0.4.6.ebuild,v 1.3 2006/04/13 12:59:23 deltacow Exp $
inherit distutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://rpy.sourceforge.net"
SRC_URI="mirror://sourceforge/rpy/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ia64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""
DEPEND="virtual/python
>=dev-lang/R-2