Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/man/
Date: Mon, 07 Jan 2019 23:34:18
Message-Id: 1546904025.4201808eaf84002959ff5ad156914308f44fb3f5.floppym@gentoo
1 commit: 4201808eaf84002959ff5ad156914308f44fb3f5
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 23:33:45 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 23:33:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4201808e
7
8 virtual/man: drop keywords based on sys-apps/man and sys-apps/man-db
9
10 Package-Manager: Portage-2.3.53_p6, Repoman-2.3.12_p37
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 virtual/man/man-0-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/virtual/man/man-0-r1.ebuild b/virtual/man/man-0-r1.ebuild
17 index e36a39623a5..22330a0b026 100644
18 --- a/virtual/man/man-0-r1.ebuild
19 +++ b/virtual/man/man-0-r1.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 DESCRIPTION="Virtual for man"
29 SLOT="0"
30 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
32
33 RDEPEND="|| ( sys-apps/man-db sys-apps/man )"