diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-02-05 13:40:03 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-05 15:26:06 +0000 |
commit | dc450feba4ecfb079fa69dddf9ec018dbd7aba54 (patch) | |
tree | 1b9ae58fd23a7ca9a9047e34e9d8d89119f520c6 /dev-libs/uriparser | |
parent | dev-db/lmdb: Stabilize 0.9.27 x86, #762110 (diff) | |
download | gentoo-dc450feba4ecfb079fa69dddf9ec018dbd7aba54.tar.gz gentoo-dc450feba4ecfb079fa69dddf9ec018dbd7aba54.tar.bz2 gentoo-dc450feba4ecfb079fa69dddf9ec018dbd7aba54.zip |
dev-libs/uriparser: keyworded 0.9.4 for sparc, bug #768708
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r-- | dev-libs/uriparser/uriparser-0.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/uriparser/uriparser-0.9.4.ebuild b/dev-libs/uriparser/uriparser-0.9.4.ebuild index eacccdce4b44..d814ac60e353 100644 --- a/dev-libs/uriparser/uriparser-0.9.4.ebuild +++ b/dev-libs/uriparser/uriparser-0.9.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="doc qt5 test unicode" RDEPEND="" |