diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-03-27 20:05:48 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-27 20:07:36 -0400 |
commit | 1feae41f192d3cd313fcf93454bff5a2bcf11a2d (patch) | |
tree | 8ca514f7f6fb67cd8345676fb0324f719e0b406e /dev-libs/uriparser | |
parent | dev-lang/php: security cleanup (diff) | |
download | gentoo-1feae41f192d3cd313fcf93454bff5a2bcf11a2d.tar.gz gentoo-1feae41f192d3cd313fcf93454bff5a2bcf11a2d.tar.bz2 gentoo-1feae41f192d3cd313fcf93454bff5a2bcf11a2d.zip |
dev-libs/uriparser: ppc stable wrt bug #674354
thanks to ernsteiswuerfel!
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r-- | dev-libs/uriparser/uriparser-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/uriparser/uriparser-0.9.1.ebuild b/dev-libs/uriparser/uriparser-0.9.1.ebuild index 0d094b0a451c..42ceadef9be0 100644 --- a/dev-libs/uriparser/uriparser-0.9.1.ebuild +++ b/dev-libs/uriparser/uriparser-0.9.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc qt5 test unicode" RDEPEND="" |