Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/
Date: Sat, 29 May 2021 19:03:40
Message-Id: 1622314971.ff25beef18eda71b7f66acb49777a6d4f4328aaa.soap@gentoo
1 commit: ff25beef18eda71b7f66acb49777a6d4f4328aaa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 19:02:51 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 19:02:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff25beef
7
8 sci-mathematics/sha1-polyml: ebuild tidying
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild b/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild
18 index 66505a9d8b1..20d02506c3c 100644
19 --- a/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild
20 +++ b/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -16,7 +16,6 @@ SRC_URI="http://isabelle.in.tum.de/components/${MY_P}.tar.gz"
28 LICENSE="GPL-3"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 -IUSE=""
32
33 RDEPEND=""
34 DEPEND="${RDEPEND}"