diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-11-20 19:27:30 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-11-20 19:27:30 +0000 |
commit | f17565e5dd2f6e1dcfea2c1734fc6ce2c5730672 (patch) | |
tree | f6f1ac7de8b4d8d2cccfc112ad39e226433e9008 /sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild | |
parent | version bump, remove old (diff) | |
download | gentoo-2-f17565e5dd2f6e1dcfea2c1734fc6ce2c5730672.tar.gz gentoo-2-f17565e5dd2f6e1dcfea2c1734fc6ce2c5730672.tar.bz2 gentoo-2-f17565e5dd2f6e1dcfea2c1734fc6ce2c5730672.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.7-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild')
-rw-r--r-- | sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild index c0ae6a9fa59c..e9d98b8ed314 100644 --- a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild +++ b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild,v 1.1 2011/12/27 07:52:45 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild,v 1.2 2013/11/20 19:27:30 bicatali Exp $ -EAPI=4 +EAPI=5 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline programs data" HOMEPAGE="http://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html" @@ -10,7 +10,7 @@ SRC_URI="http://www.ngdc.noaa.gov/mgg/shorelines/data/gshhs/version${PV}/gshhs+w LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="" @@ -19,7 +19,7 @@ S="${WORKDIR}" src_install() { dodoc gshhs/README.TXT - rm -f gshhs/README.TXT + rm gshhs/README.TXT || die insinto /usr/share doins -r * } |