Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/
Date: Mon, 02 May 2016 11:37:32
Message-Id: 1462188804.299e34dcdba57efb94a5ef5f72d25d99c5fc69e8.haubi@gentoo
1 commit: 299e34dcdba57efb94a5ef5f72d25d99c5fc69e8
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 11:33:24 2016 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 11:33:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299e34dc
7
8 sys-apps/man-db: Add Prefix keyword ~amd64-linux
9
10 Package-Manager: portage-2.2.26
11
12 sys-apps/man-db/man-db-2.7.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/man-db/man-db-2.7.5.ebuild b/sys-apps/man-db/man-db-2.7.5.ebuild
16 index 5216745..61f4f4e 100644
17 --- a/sys-apps/man-db/man-db-2.7.5.ebuild
18 +++ b/sys-apps/man-db/man-db-2.7.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~arm-linux ~x86-linux"
30 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
31 IUSE="berkdb +gdbm +manpager nls selinux static-libs zlib"
32
33 CDEPEND=">=dev-libs/libpipeline-1.4.0