Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/krb5/
Date: Thu, 27 Dec 2018 12:47:26
Message-Id: 1545914827.a096498506cab508c6522d48b9c988db023ad47b.grobian@gentoo
1 commit: a096498506cab508c6522d48b9c988db023ad47b
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 27 08:57:44 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 27 12:47:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0964985
7
8 virtual/krb5: drop Prefix keywords, no deps match
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 virtual/krb5/krb5-0-r1.ebuild | 4 ++--
14 virtual/krb5/krb5-0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/virtual/krb5/krb5-0-r1.ebuild b/virtual/krb5/krb5-0-r1.ebuild
18 index c23918f862e..3b644861930 100644
19 --- a/virtual/krb5/krb5-0-r1.ebuild
20 +++ b/virtual/krb5/krb5-0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -7,7 +7,7 @@ inherit multilib-build
28
29 DESCRIPTION="Virtual for Kerberos V implementation"
30 SLOT="0"
31 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
32 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd"
33
34 RDEPEND="
35 || (
36
37 diff --git a/virtual/krb5/krb5-0.ebuild b/virtual/krb5/krb5-0.ebuild
38 index 1823c18c035..dd3f1402827 100644
39 --- a/virtual/krb5/krb5-0.ebuild
40 +++ b/virtual/krb5/krb5-0.ebuild
41 @@ -1,10 +1,10 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47
48 DESCRIPTION="Virtual for Kerberos V implementation"
49 SLOT="0"
50 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
51 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd"
52
53 RDEPEND="|| ( app-crypt/mit-krb5 app-crypt/heimdal )"