diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-30 15:48:02 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-30 15:49:59 +1000 |
commit | a4a9489e7faee7cb40192ce10f7dce7ef33a6829 (patch) | |
tree | b96bbd2837a88f1413dc9e55a96eea91d87610d0 /sci-libs/libdap | |
parent | sci-libs/libdap: fix inconsistent use of tabs and spaces in metadata (diff) | |
download | gentoo-a4a9489e7faee7cb40192ce10f7dce7ef33a6829.tar.gz gentoo-a4a9489e7faee7cb40192ce10f7dce7ef33a6829.tar.bz2 gentoo-a4a9489e7faee7cb40192ce10f7dce7ef33a6829.zip |
sci-libs/libdap: stabilise 3.18.1 for amd64/x86
Closes: https://bugs.gentoo.org/632289
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sci-libs/libdap')
-rw-r--r-- | sci-libs/libdap/libdap-3.18.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libdap/libdap-3.18.1.ebuild b/sci-libs/libdap/libdap-3.18.1.ebuild index a5bba2c3c14e..b0a4bfc02ba2 100644 --- a/sci-libs/libdap/libdap-3.18.1.ebuild +++ b/sci-libs/libdap/libdap-3.18.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://www.opendap.org/pub/source/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 URI )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="static-libs test" RDEPEND=" |