Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/dsfmt/
Date: Wed, 30 Dec 2020 23:02:48
Message-Id: 1609369356.c104efbc569a9e836b60a8f533d5332c939f29b3.epsilon-0@gentoo
1 commit: c104efbc569a9e836b60a8f533d5332c939f29b3
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 30 23:01:21 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Dec 30 23:02:36 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c104efbc
7
8 sci-mathematics/dsfmt: remove empty IUSE
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
17 index 14a3f62d3..54beb7c33 100644
18 --- a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
19 +++ b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
20 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/MersenneTwister-Lab/dSFMT/archive/v${PV}.tar.gz -> $
21 LICENSE="BSD"
22 SLOT="0"
23 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
24 -IUSE=""
25
26 S="${WORKDIR}/${MYP}"