diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-03 20:10:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-03 20:34:03 +0100 |
commit | 85993bfddc6f6c93af90609eadbfdc55f223753c (patch) | |
tree | be3d2bd16c67ad634032684aa2fe7b3d2dfcd927 /dev-libs | |
parent | app-admin/logstash-bin: remove unused file (diff) | |
download | gentoo-85993bfddc6f6c93af90609eadbfdc55f223753c.tar.gz gentoo-85993bfddc6f6c93af90609eadbfdc55f223753c.tar.bz2 gentoo-85993bfddc6f6c93af90609eadbfdc55f223753c.zip |
dev-libs/libixion: Restore keywords
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libixion/libixion-0.13.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libixion/libixion-0.13.0.ebuild b/dev-libs/libixion/libixion-0.13.0.ebuild index 1cf9c89f9768..b814fbb37ad3 100644 --- a/dev-libs/libixion/libixion-0.13.0.ebuild +++ b/dev-libs/libixion/libixion-0.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,8 +17,8 @@ HOMEPAGE="https://gitlab.com/ixion/ixion" LICENSE="MIT" SLOT="0/0.13" # based on SONAME of libixion.so -# [[ ${PV} == 9999 ]] || \ -# KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="debug python static-libs +threads" RDEPEND=" |