Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/goldrush/
Date: Fri, 26 Feb 2021 22:27:44
Message-Id: 1614378451.3e77e88c8412d2a7de00f29121a8cf646b310e95.sam@gentoo
1 commit: 3e77e88c8412d2a7de00f29121a8cf646b310e95
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 20:34:49 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 22:27:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e77e88c
7
8 dev-erlang/goldrush: drop 0.1.9 to ~ppc too
9
10 Bug: https://bugs.gentoo.org/735926
11 Package-Manager: Portage-3.0.15, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-erlang/goldrush/goldrush-0.1.9.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-erlang/goldrush/goldrush-0.1.9.ebuild b/dev-erlang/goldrush/goldrush-0.1.9.ebuild
18 index 1e8c8943ef2..45407f9da29 100644
19 --- a/dev-erlang/goldrush/goldrush-0.1.9.ebuild
20 +++ b/dev-erlang/goldrush/goldrush-0.1.9.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/DeadZen/${PN}/archive/${PV}.tar.gz
28
29 LICENSE="ISC"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
32 +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
33
34 DEPEND=">=dev-lang/erlang-17.1"
35 RDEPEND="${DEPEND}"