diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-10-17 16:36:53 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-10-17 16:36:53 +0000 |
commit | 83041b975cc21f74c7b515d01c9e88fd27c6c9b0 (patch) | |
tree | 7ab9109dac771eb6db1935bc68b92d9534a2faf5 /dev-python/irman-python | |
parent | CFLAGS tuning for alpha (diff) | |
download | historical-83041b975cc21f74c7b515d01c9e88fd27c6c9b0.tar.gz historical-83041b975cc21f74c7b515d01c9e88fd27c6c9b0.tar.bz2 historical-83041b975cc21f74c7b515d01c9e88fd27c6c9b0.zip |
KEYWORDS for alpha
Diffstat (limited to 'dev-python/irman-python')
-rw-r--r-- | dev-python/irman-python/irman-python-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/irman-python/irman-python-0.1.ebuild b/dev-python/irman-python/irman-python-0.1.ebuild index f52d20f08ad7..f6df4bb6a2a9 100644 --- a/dev-python/irman-python/irman-python-0.1.ebuild +++ b/dev-python/irman-python/irman-python-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/irman-python/irman-python-0.1.ebuild,v 1.3 2002/10/04 05:26:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/irman-python/irman-python-0.1.ebuild,v 1.4 2002/10/17 16:36:53 bjb Exp $ DESCRIPTION="A minimal set of Python bindings for libirman." SRC_URI="http://bluweb.com/chouser/proj/${PN}/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://bluweb.com/chouser/proj/irman-python/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc sparc64 alpha" DEPEND="media-libs/libirman" #RDEPEND="" |