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: Sun, 27 Dec 2020 11:38:39
Message-Id: 1609069109.213f43b56eed910ee63569333207295f6715053c.slyfox@gentoo
1 commit: 213f43b56eed910ee63569333207295f6715053c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 11:33:08 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 11:38:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213f43b5
7
8 sys-apps/man-db: stable 2.9.3-r1 for ppc
9
10 stable wrt bug #761436
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13 RepoMan-Options: --include-arches="ppc"
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 f2531788eee..3a70fbd55e9 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"