Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/
Date: Sat, 29 Aug 2020 14:48:19
Message-Id: 1598712274.35e983fabee022e0278a488808c3031ca5aea2b9.whissi@gentoo
1 commit: 35e983fabee022e0278a488808c3031ca5aea2b9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 14:44:34 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 14:44:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e983fa
7
8 sys-apps/man-db: x86 stable (bug #738344)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-apps/man-db/man-db-2.9.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/man-db/man-db-2.9.3.ebuild b/sys-apps/man-db/man-db-2.9.3.ebuild
17 index 2b2c69c3b82..abfe56406d7 100644
18 --- a/sys-apps/man-db/man-db-2.9.3.ebuild
19 +++ b/sys-apps/man-db/man-db-2.9.3.ebuild
20 @@ -12,7 +12,7 @@ if [[ "${PV}" = 9999* ]] ; then
21 EGIT_REPO_URI="https://git.savannah.gnu.org/git/man-db.git"
22 else
23 SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
24 - KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
25 + KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
26 fi
27
28 LICENSE="GPL-3"