Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/
Date: Wed, 03 Jan 2018 20:56:58
Message-Id: 1515012879.1851ab80ebdfb73ace90717326ca20849ce9ba19.monsieurp@gentoo
1 commit: 1851ab80ebdfb73ace90717326ca20849ce9ba19
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 20:53:35 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 20:54:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1851ab80
7
8 app-arch/makeself: stable for the remaining arches using the ALLARCHES policy.
9
10 Closes: https://bugs.gentoo.org/642608
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 app-arch/makeself/makeself-2.2.0-r2.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-arch/makeself/makeself-2.2.0-r2.ebuild b/app-arch/makeself/makeself-2.2.0-r2.ebuild
17 index 46e3361cfd1..798ab5b911e 100644
18 --- a/app-arch/makeself/makeself-2.2.0-r2.ebuild
19 +++ b/app-arch/makeself/makeself-2.2.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,8 +11,7 @@ SRC_URI="https://github.com/megastep/makeself/archive/release-${PV}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux"
31 -IUSE=""
32 +KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux"
33
34 RDEPEND="sys-apps/gentoo-functions"