diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-06 15:56:46 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-06 15:56:46 +0000 |
commit | 39b5ee42bc2575c92e076adc643cabffc7d13248 (patch) | |
tree | b033aafd8a855122896686c91ef4bdb69f5d60ff /dev-libs | |
parent | Fixing manifests (diff) | |
download | gentoo-2-39b5ee42bc2575c92e076adc643cabffc7d13248.tar.gz gentoo-2-39b5ee42bc2575c92e076adc643cabffc7d13248.tar.bz2 gentoo-2-39b5ee42bc2575c92e076adc643cabffc7d13248.zip |
Adding amd64 keyword from #36030.
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/hdf/hdf-4.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/szip/szip-1.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/hdf/hdf-4.2.0.ebuild b/dev-libs/hdf/hdf-4.2.0.ebuild index 6003b0acc5d3..d9bee5aae32b 100644 --- a/dev-libs/hdf/hdf-4.2.0.ebuild +++ b/dev-libs/hdf/hdf-4.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hdf/hdf-4.2.0.ebuild,v 1.1 2003/12/17 08:10:54 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hdf/hdf-4.2.0.ebuild,v 1.2 2004/02/06 15:56:46 aliz Exp $ # substitute second dot by "r" MY_PV=${PV/./X} @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/pub/outgoing/hdf4/hdf${MY_PV}/hdf${MY_PV}.t HOMEPAGE="http://hdf.ncsa.uiuc.edu/hdf4.html" LICENSE="NCSA-HDF" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" SLOT="0" IUSE="" diff --git a/dev-libs/szip/szip-1.1.ebuild b/dev-libs/szip/szip-1.1.ebuild index 86f5b523bcad..872682322cc1 100644 --- a/dev-libs/szip/szip-1.1.ebuild +++ b/dev-libs/szip/szip-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/szip/szip-1.1.ebuild,v 1.1 2003/12/16 14:47:07 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/szip/szip-1.1.ebuild,v 1.2 2004/02/06 15:56:46 aliz Exp $ MY_P="${P/-}" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/szip/src/${MY_P}.tar.gz" LICENSE="szip" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" |