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: Sat, 26 Dec 2020 09:13:13
Message-Id: 1608973977.084caeeae6371fb3ad978437cfb33ca460d73393.slyfox@gentoo
1 commit: 084caeeae6371fb3ad978437cfb33ca460d73393
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sat Dec 26 08:56:54 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 09:12:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084caeea
7
8 sys-apps/man-db: stable 2.9.3-r1 for hppa, bug #761436
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 RepoMan-Options: --include-arches="hppa"
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/man-db/man-db-2.9.3-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 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
19 index 45f44b6b739..e12e503a46c 100644
20 --- a/sys-apps/man-db/man-db-2.9.3-r1.ebuild
21 +++ b/sys-apps/man-db/man-db-2.9.3-r1.ebuild
22 @@ -12,7 +12,7 @@ if [[ "${PV}" = 9999* ]] ; then
23 EGIT_REPO_URI="https://git.savannah.gnu.org/git/man-db.git"
24 else
25 SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
26 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
27 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
28 fi
29
30 LICENSE="GPL-3"