Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso/
Date: Wed, 06 Jan 2021 15:19:41
Message-Id: 1609946375.a90ac558bb4731140fd89d9f8d309d05775ba765.grobian@gentoo
1 commit: a90ac558bb4731140fd89d9f8d309d05775ba765
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:19:35 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:19:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90ac558
7
8 sci-physics/espresso: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sci-physics/espresso/espresso-4.1.3.ebuild | 4 ++--
14 sci-physics/espresso/espresso-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-physics/espresso/espresso-4.1.3.ebuild b/sci-physics/espresso/espresso-4.1.3.ebuild
18 index ef5f6578edc..926982e17eb 100644
19 --- a/sci-physics/espresso/espresso-4.1.3.ebuild
20 +++ b/sci-physics/espresso/espresso-4.1.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -18,7 +18,7 @@ if [[ ${PV} = 9999 ]]; then
28 KEYWORDS=""
29 else
30 SRC_URI="https://github.com/${PN}md/${PN}/releases/download/${PV}/${P}.tar.gz"
31 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
32 + KEYWORDS="~amd64 ~x86 ~amd64-linux"
33 fi
34
35 LICENSE="GPL-3"
36
37 diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild
38 index ef5f6578edc..926982e17eb 100644
39 --- a/sci-physics/espresso/espresso-9999.ebuild
40 +++ b/sci-physics/espresso/espresso-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -18,7 +18,7 @@ if [[ ${PV} = 9999 ]]; then
48 KEYWORDS=""
49 else
50 SRC_URI="https://github.com/${PN}md/${PN}/releases/download/${PV}/${P}.tar.gz"
51 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
52 + KEYWORDS="~amd64 ~x86 ~amd64-linux"
53 fi
54
55 LICENSE="GPL-3"