summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-20 19:26:20 +0000
committerSam James <sam@gentoo.org>2022-12-20 19:26:25 +0000
commit26fdc32efded4c6554503586a4aebdd9f037fe35 (patch)
treec93ef92e2cda316250861a303e189f1a08d8305c /dev-libs/igraph
parentdev-python/jupyter_server: add 2.0.1 (diff)
downloadgentoo-26fdc32efded4c6554503586a4aebdd9f037fe35.tar.gz
gentoo-26fdc32efded4c6554503586a4aebdd9f037fe35.tar.bz2
gentoo-26fdc32efded4c6554503586a4aebdd9f037fe35.zip
dev-libs/igraph: Stabilize 0.9.4 amd64, #887497
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/igraph')
-rw-r--r--dev-libs/igraph/igraph-0.9.4.ebuild4
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 )"