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/jiffy/
Date: Fri, 26 Feb 2021 22:27:45
Message-Id: 1614378452.87d36b801f84d25a3178c4b96ec0b8b5f3198023.sam@gentoo
1 commit: 87d36b801f84d25a3178c4b96ec0b8b5f3198023
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 20:35:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 22:27:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d36b80
7
8 dev-erlang/jiffy: drop 0.14.x 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/jiffy/jiffy-0.14.11.ebuild | 4 ++--
15 dev-erlang/jiffy/jiffy-0.14.9.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-erlang/jiffy/jiffy-0.14.11.ebuild b/dev-erlang/jiffy/jiffy-0.14.11.ebuild
19 index 9c32d6746ea..6ebaf22f549 100644
20 --- a/dev-erlang/jiffy/jiffy-0.14.11.ebuild
21 +++ b/dev-erlang/jiffy/jiffy-0.14.11.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz
29
30 LICENSE="MIT BSD"
31 SLOT="0"
32 -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
33 +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
34
35 DEPEND=">=dev-lang/erlang-17.1"
36 RDEPEND="${DEPEND}"
37
38 diff --git a/dev-erlang/jiffy/jiffy-0.14.9.ebuild b/dev-erlang/jiffy/jiffy-0.14.9.ebuild
39 index 32fbdb97055..6ebaf22f549 100644
40 --- a/dev-erlang/jiffy/jiffy-0.14.9.ebuild
41 +++ b/dev-erlang/jiffy/jiffy-0.14.9.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz
49
50 LICENSE="MIT BSD"
51 SLOT="0"
52 -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
53 +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
54
55 DEPEND=">=dev-lang/erlang-17.1"
56 RDEPEND="${DEPEND}"