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/man-db/
Date: Thu, 24 Dec 2020 22:06:43
Message-Id: 1608847588.0aa150065e004fbbdcafa635f0cc0be016695211.slyfox@gentoo
1 commit: 0aa150065e004fbbdcafa635f0cc0be016695211
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 18:39:34 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 22:06:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa15006
7
8 sys-apps/man-db: stable 2.9.3-r1 for ppc64
9
10 stable wrt bug #761436
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13 RepoMan-Options: --include-arches="ppc64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 sys-apps/man-db/man-db-2.9.3-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-apps/man-db/man-db-2.9.3-r1.ebuild b/sys-apps/man-db/man-db-2.9.3-r1.ebuild
20 index b510cc52cc2..45f44b6b739 100644
21 --- a/sys-apps/man-db/man-db-2.9.3-r1.ebuild
22 +++ b/sys-apps/man-db/man-db-2.9.3-r1.ebuild
23 @@ -12,7 +12,7 @@ if [[ "${PV}" = 9999* ]] ; then
24 EGIT_REPO_URI="https://git.savannah.gnu.org/git/man-db.git"
25 else
26 SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
27 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
28 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
29 fi
30
31 LICENSE="GPL-3"