diff options
author | 2020-10-07 08:54:36 +0200 | |
---|---|---|
committer | 2020-10-07 08:54:36 +0200 | |
commit | 4940c90bff76450e34025d809084c858631c4242 (patch) | |
tree | 5fe44c02040dfe65970ed69af5c68986ade08af1 | |
parent | virtual/jack: sparc stable wrt bug #746722 (diff) | |
download | gentoo-4940c90bff76450e34025d809084c858631c4242.tar.gz gentoo-4940c90bff76450e34025d809084c858631c4242.tar.bz2 gentoo-4940c90bff76450e34025d809084c858631c4242.zip |
dev-libs/pugixml: sparc stable wrt bug #746803
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-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 3233a47eba3..a89e1308fc4 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" |