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 18:38:50
Message-Id: 1608835078.7dc42d4ac1473da585691e995367abd7abf3897d.slyfox@gentoo
1 commit: 7dc42d4ac1473da585691e995367abd7abf3897d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 18:37:58 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 18:37:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc42d4a
7
8 sys-apps/man-db: stable 2.9.3-r1 for sparc
9
10 stable wrt bug #761436
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13 RepoMan-Options: --include-arches="sparc"
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 35e2bb5d6ce..b510cc52cc2 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"