diff options
Diffstat (limited to 'dev-libs/igraph/igraph-0.9.4.ebuild')
-rw-r--r-- | dev-libs/igraph/igraph-0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/igraph/igraph-0.9.4.ebuild b/dev-libs/igraph/igraph-0.9.4.ebuild index 7d9cab598422..0471bb782d8b 100644 --- a/dev-libs/igraph/igraph-0.9.4.ebuild +++ b/dev-libs/igraph/igraph-0.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/igraph/igraph/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug test threads" RESTRICT="!test? ( test )" |