diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-07 08:51:46 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-07 08:51:46 +0200 |
commit | 565cf0a7d2e72ec801e802ba13c2f3fc9c0b3a78 (patch) | |
tree | a9f6a9d9de1025afb3ef821d73d7cbf7a9b3f149 /dev-libs/pugixml | |
parent | dev-cpp/nlohmann_json: ppc64 stable wrt bug #746800 (diff) | |
download | gentoo-565cf0a7d2e72ec801e802ba13c2f3fc9c0b3a78.tar.gz gentoo-565cf0a7d2e72ec801e802ba13c2f3fc9c0b3a78.tar.bz2 gentoo-565cf0a7d2e72ec801e802ba13c2f3fc9c0b3a78.zip |
dev-libs/pugixml: ppc64 stable wrt bug #746803
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/pugixml')
-rw-r--r-- | dev-libs/pugixml/pugixml-1.10.ebuild | 2 |
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 c339a8f159f6..3233a47eba36 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" |