summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-10-07 08:39:55 +0200
committerAgostino Sarubbo <ago@gentoo.org>2020-10-07 08:39:55 +0200
commit4c13934c8f283ee180dae81975b12e715d559fec (patch)
tree09e115127995168a9095fd189067303d4cecd1b7 /dev-libs/pugixml
parentdev-cpp/nlohmann_json: amd64 stable wrt bug #746800 (diff)
downloadgentoo-4c13934c8f283ee180dae81975b12e715d559fec.tar.gz
gentoo-4c13934c8f283ee180dae81975b12e715d559fec.tar.bz2
gentoo-4c13934c8f283ee180dae81975b12e715d559fec.zip
dev-libs/pugixml: amd64 stable wrt bug #746803
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/pugixml')
-rw-r--r--dev-libs/pugixml/pugixml-1.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/pugixml/pugixml-1.10.ebuild b/dev-libs/pugixml/pugixml-1.10.ebuild
index 0750359ebd79..110f27ab6a85 100644
--- a/dev-libs/pugixml/pugixml-1.10.ebuild
+++ b/dev-libs/pugixml/pugixml-1.10.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
fi
DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath support"