diff options
author | 2002-10-17 16:36:53 +0000 | |
---|---|---|
committer | 2002-10-17 16:36:53 +0000 | |
commit | 4c76a2082e16c2093c12902d12fc028cc9d04220 (patch) | |
tree | d72274f446ba36af17607d6561fae82d30f2d784 /dev-python/ReportLab | |
parent | CFLAGS tuning for alpha (diff) | |
download | gentoo-2-4c76a2082e16c2093c12902d12fc028cc9d04220.tar.gz gentoo-2-4c76a2082e16c2093c12902d12fc028cc9d04220.tar.bz2 gentoo-2-4c76a2082e16c2093c12902d12fc028cc9d04220.zip |
KEYWORDS for alpha
Diffstat (limited to 'dev-python/ReportLab')
-rw-r--r-- | dev-python/ReportLab/ReportLab-1.11.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ReportLab/ReportLab-1.14.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ReportLab/ReportLab-1.11.ebuild b/dev-python/ReportLab/ReportLab-1.11.ebuild index d32a885cd1f2..3323e324bb7a 100644 --- a/dev-python/ReportLab/ReportLab-1.11.ebuild +++ b/dev-python/ReportLab/ReportLab-1.11.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/ReportLab/ReportLab-1.11.ebuild,v 1.5 2002/10/04 05:25:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ReportLab/ReportLab-1.11.ebuild,v 1.6 2002/10/17 16:36:53 bjb Exp $ #goofy tarball versioning vmaj=${PV%%.*} @@ -19,7 +19,7 @@ RDEPEND=${DEPEND} SLOT="0" LICENSE="as-is" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc sparc64 alpha" src_install() { diff --git a/dev-python/ReportLab/ReportLab-1.14.ebuild b/dev-python/ReportLab/ReportLab-1.14.ebuild index 1520968739da..b133108e3357 100644 --- a/dev-python/ReportLab/ReportLab-1.14.ebuild +++ b/dev-python/ReportLab/ReportLab-1.14.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/ReportLab/ReportLab-1.14.ebuild,v 1.4 2002/10/04 05:26:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ReportLab/ReportLab-1.14.ebuild,v 1.5 2002/10/17 16:36:53 bjb Exp $ #goofy tarball versioning vmaj=${PV%%.*} @@ -17,7 +17,7 @@ RDEPEND="${DEPEND} dev-python/Imaging" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc sparc64 alpha" src_compile() { cp ${FILESDIR}/${PV}/setup.py . |