Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/
Date: Thu, 30 Mar 2017 00:28:48
Message-Id: 1490833677.7e832f3072f71811f8981d695132aa9351b76e3a.mattst88@gentoo
1 commit: 7e832f3072f71811f8981d695132aa9351b76e3a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 30 00:27:18 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 30 00:27:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e832f30
7
8 app-portage/layman-2.4.2: added ~alpha, bug 539366
9
10 app-portage/layman/layman-2.4.1-r1.ebuild | 2 +-
11 app-portage/layman/layman-2.4.2.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/app-portage/layman/layman-2.4.1-r1.ebuild b/app-portage/layman/layman-2.4.1-r1.ebuild
15 index ceb333849dc..78e7343bf95 100644
16 --- a/app-portage/layman/layman-2.4.1-r1.ebuild
17 +++ b/app-portage/layman/layman-2.4.1-r1.ebuild
18 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
19
20 LICENSE="GPL-2"
21 SLOT="0"
22 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86"
23 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86"
24 IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial sqlite squashfs subversion sync-plugin-portage test"
25
26 DEPEND="test? ( dev-vcs/subversion )
27
28 diff --git a/app-portage/layman/layman-2.4.2.ebuild b/app-portage/layman/layman-2.4.2.ebuild
29 index eccc64fb8a6..11fa1bcdf5c 100644
30 --- a/app-portage/layman/layman-2.4.2.ebuild
31 +++ b/app-portage/layman/layman-2.4.2.ebuild
32 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
37 +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial sqlite squashfs subversion sync-plugin-portage test"
39
40 DEPEND="test? ( dev-vcs/subversion )