diff options
Diffstat (limited to 'dev-libs/libixion/libixion-0.13.0.ebuild')
-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=" |