diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-16 18:17:00 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-16 18:17:00 +0200 |
commit | e2322f6d5f32c36a1f3d52c590d7e376cc76534b (patch) | |
tree | 03c36fedc82c5d01b599afe916426b5d98bbb734 | |
parent | sci-mathematics/plfit: Stabilize 0.9.3 x86, #920125 (diff) | |
download | gentoo-e2322f6d5f32c36a1f3d52c590d7e376cc76534b.tar.gz gentoo-e2322f6d5f32c36a1f3d52c590d7e376cc76534b.tar.bz2 gentoo-e2322f6d5f32c36a1f3d52c590d7e376cc76534b.zip |
dev-libs/igraph: Stabilize 0.10.4-r1 amd64, #920125
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-libs/igraph/igraph-0.10.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/igraph/igraph-0.10.4-r1.ebuild b/dev-libs/igraph/igraph-0.10.4-r1.ebuild index ae8f36f890e4..0020face7f80 100644 --- a/dev-libs/igraph/igraph-0.10.4-r1.ebuild +++ b/dev-libs/igraph/igraph-0.10.4-r1.ebuild @@ -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 )" |