Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/
Date: Fri, 08 Jan 2021 07:24:29
Message-Id: 1610090646.497ec61a9c6d1fa262caeb5be5472cc04e8e0251.slyfox@gentoo
1 commit: 497ec61a9c6d1fa262caeb5be5472cc04e8e0251
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jan 7 15:56:59 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 07:24:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497ec61a
7
8 sys-apps/pkgcore: stable 0.10.14 for hppa/sparc, bug #763804
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 RepoMan-Options: --include-arches="hppa sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 sys-apps/pkgcore/pkgcore-0.10.14.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-apps/pkgcore/pkgcore-0.10.14.ebuild b/sys-apps/pkgcore/pkgcore-0.10.14.ebuild
19 index 2561e25371d..2d52d107eb9 100644
20 --- a/sys-apps/pkgcore/pkgcore-0.10.14.ebuild
21 +++ b/sys-apps/pkgcore/pkgcore-0.10.14.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 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 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
29 EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git"
30 inherit git-r3
31 else
32 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
33 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86 ~x64-macos"
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 fi