diff options
author | Sam James <sam@gentoo.org> | 2024-05-25 01:48:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-25 01:48:25 +0100 |
commit | 3d93cc3c8fc9ff1095157b3f41324c0753fb682c (patch) | |
tree | b29e510b04d01e98ac49187cb87173913ed96584 /dev-libs/mxml | |
parent | dev-libs/mxml: Stabilize 4.0.3 amd64, #932662 (diff) | |
download | gentoo-3d93cc3c8fc9ff1095157b3f41324c0753fb682c.tar.gz gentoo-3d93cc3c8fc9ff1095157b3f41324c0753fb682c.tar.bz2 gentoo-3d93cc3c8fc9ff1095157b3f41324c0753fb682c.zip |
dev-libs/mxml: Stabilize 4.0.3 ppc, #932662
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/mxml')
-rw-r--r-- | dev-libs/mxml/mxml-4.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/mxml/mxml-4.0.3.ebuild b/dev-libs/mxml/mxml-4.0.3.ebuild index fbfbb89530b6..b001b4fb285c 100644 --- a/dev-libs/mxml/mxml-4.0.3.ebuild +++ b/dev-libs/mxml/mxml-4.0.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/michaelrsweet/${PN}/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="Mini-XML" SLOT="4" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="static-libs test threads" RESTRICT="!test? ( test )" |