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-libs/libplatform/
Date: Sun, 03 Jan 2021 01:18:10
Message-Id: 1609636638.20d9788c7196f46da3761e29147de854a9325a8a.sam@gentoo
1 commit: 20d9788c7196f46da3761e29147de854a9325a8a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 01:17:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 01:17:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d9788c
7
8 dev-libs/libplatform: Stabilize 2.1.0.1-r1 amd64, #762107
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libplatform/libplatform-2.1.0.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libplatform/libplatform-2.1.0.1-r1.ebuild b/dev-libs/libplatform/libplatform-2.1.0.1-r1.ebuild
16 index 93381cb5e79..47d644fd00e 100644
17 --- a/dev-libs/libplatform/libplatform-2.1.0.1-r1.ebuild
18 +++ b/dev-libs/libplatform/libplatform-2.1.0.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -21,5 +21,5 @@ if [[ ${PV} == *9999 ]] ; then
26 else
27 SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
28 S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
30 + KEYWORDS="amd64 ~arm ~arm64 ~x86"
31 fi