Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/
Date: Sun, 30 Aug 2015 15:51:55
Message-Id: 1440949905.3bbb7072b05901237b0c16021d76ec53474f1950.klausman@gentoo
1 commit: 3bbb7072b05901237b0c16021d76ec53474f1950
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 15:51:02 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 15:51:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbb7072
7
8 sys-apps/man-db: add alpha keyword
9
10 Gentoo-Bug: 559140
11
12 Package-Manager: portage-2.2.20.1
13
14 sys-apps/man-db/man-db-2.7.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/man-db/man-db-2.7.2.ebuild b/sys-apps/man-db/man-db-2.7.2.ebuild
18 index 30b5a8b..1ab87d3 100644
19 --- a/sys-apps/man-db/man-db-2.7.2.ebuild
20 +++ b/sys-apps/man-db/man-db-2.7.2.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
22
23 LICENSE="GPL-3"
24 SLOT="0"
25 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux"
26 +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux"
27 IUSE="berkdb +gdbm nls selinux static-libs zlib"
28
29 CDEPEND=">=dev-libs/libpipeline-1.4.0