diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-05-04 23:59:23 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-05 00:58:03 +0200 |
commit | b2d1f44158e92dcc45fec424377ea50d161388c3 (patch) | |
tree | 8905e6114ca1b037d72737b076551d59ae6b7aa7 /dev-util | |
parent | dev-db/cockroach: new package (diff) | |
download | gentoo-b2d1f44158e92dcc45fec424377ea50d161388c3.tar.gz gentoo-b2d1f44158e92dcc45fec424377ea50d161388c3.tar.bz2 gentoo-b2d1f44158e92dcc45fec424377ea50d161388c3.zip |
dev-util/huc: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/huc/huc-0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/huc/huc-0.1-r1.ebuild b/dev-util/huc/huc-0.1-r1.ebuild index bcbd9fd8a2bd..26aa8a385543 100644 --- a/dev-util/huc/huc-0.1-r1.ebuild +++ b/dev-util/huc/huc-0.1-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://www.int21.de/huc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ppc sparc x86 ~x86-linux ~ppc-macos" DOCS=( README ) @@ -22,6 +22,6 @@ src_compile() { } src_install () { - dobin ${PN} + dobin "${PN}" einstalldocs } |