diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-04-23 14:38:00 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-04-23 14:38:00 +0200 |
commit | b49ec8956cb9bd5504bb9502ff0663d0b6fc89f6 (patch) | |
tree | 227f545516f70694cbb275be41695bacd365e5e5 /dev-libs/double-conversion | |
parent | sys-devel/bmake: bump to 20170421 (diff) | |
download | gentoo-b49ec8956cb9bd5504bb9502ff0663d0b6fc89f6.tar.gz gentoo-b49ec8956cb9bd5504bb9502ff0663d0b6fc89f6.tar.bz2 gentoo-b49ec8956cb9bd5504bb9502ff0663d0b6fc89f6.zip |
dev-libs/double-conversion: amd64 stable wrt bug #613162
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/double-conversion')
-rw-r--r-- | dev-libs/double-conversion/double-conversion-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild index c54ba12d137a..12cc59b598f3 100644 --- a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild +++ b/dev-libs/double-conversion/double-conversion-2.0.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=5 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" LIBNAME=lib${PN} |