diff options
Diffstat (limited to 'dev-python/rtgraph/rtgraph-0.70.ebuild')
-rw-r--r-- | dev-python/rtgraph/rtgraph-0.70.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/rtgraph/rtgraph-0.70.ebuild b/dev-python/rtgraph/rtgraph-0.70.ebuild index 77ce99a99c67..8de8f3ff9ef3 100644 --- a/dev-python/rtgraph/rtgraph-0.70.ebuild +++ b/dev-python/rtgraph/rtgraph-0.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/rtgraph-0.70.ebuild,v 1.5 2004/11/05 22:07:23 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/rtgraph-0.70.ebuild,v 1.6 2006/04/01 19:04:18 agriffis Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://navi.picogui.org/releases/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" IUSE="" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" DEPEND="virtual/python >=dev-python/pygtk-2" |