diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-13 16:47:09 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-13 16:47:09 +0200 |
commit | 7c301a742b2a4ddbd9b35672a8393d3b5f49d702 (patch) | |
tree | b79876e656c8ffae2c03f43a34ef812f22896e85 /dev-libs/gumbo | |
parent | app-text/gtkspell: amd64 stable wrt bug #717076 (diff) | |
download | gentoo-7c301a742b2a4ddbd9b35672a8393d3b5f49d702.tar.gz gentoo-7c301a742b2a4ddbd9b35672a8393d3b5f49d702.tar.bz2 gentoo-7c301a742b2a4ddbd9b35672a8393d3b5f49d702.zip |
dev-libs/gumbo: amd64 stable wrt bug #717076
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/gumbo')
-rw-r--r-- | dev-libs/gumbo/gumbo-0.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gumbo/gumbo-0.10.1.ebuild b/dev-libs/gumbo/gumbo-0.10.1.ebuild index 41b664957449..a89612d4884b 100644 --- a/dev-libs/gumbo/gumbo-0.10.1.ebuild +++ b/dev-libs/gumbo/gumbo-0.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" RESTRICT="!test? ( test )" |