Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/huc/
Date: Thu, 04 May 2017 22:58:17
Message-Id: 1493938683.b2d1f44158e92dcc45fec424377ea50d161388c3.monsieurp@gentoo
1 commit: b2d1f44158e92dcc45fec424377ea50d161388c3
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 21:59:23 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 22:58:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d1f441
7
8 dev-util/huc: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/huc/huc-0.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/huc/huc-0.1-r1.ebuild b/dev-util/huc/huc-0.1-r1.ebuild
16 index bcbd9fd8a2b..26aa8a38554 100644
17 --- a/dev-util/huc/huc-0.1-r1.ebuild
18 +++ b/dev-util/huc/huc-0.1-r1.ebuild
19 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.int21.de/huc"
20
21 SLOT="0"
22 LICENSE="GPL-2"
23 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
24 +KEYWORDS="amd64 ppc sparc x86 ~x86-linux ~ppc-macos"
25
26 DOCS=( README )
27
28 @@ -22,6 +22,6 @@ src_compile() {
29 }
30
31 src_install () {
32 - dobin ${PN}
33 + dobin "${PN}"
34 einstalldocs
35 }