diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-09 11:50:11 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-09 11:50:11 -0600 |
commit | 4857fefec0ec65664a0ab030f12c38b2f74e51fd (patch) | |
tree | 50ca80192eb3abee57b94320bd35ca46440f3839 | |
parent | x11-wm/xpra: activate tmpfiles.d file in pkg_postinst. (diff) | |
download | gentoo-4857fefec0ec65664a0ab030f12c38b2f74e51fd.tar.gz gentoo-4857fefec0ec65664a0ab030f12c38b2f74e51fd.tar.bz2 gentoo-4857fefec0ec65664a0ab030f12c38b2f74e51fd.zip |
dev-cpp/cpp-hocon: 0.1.4 stable amd64 and x86
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild b/dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild index a65e87605eb1..ca921117ebac 100644 --- a/dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild +++ b/dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86" IUSE="debug test" DEPEND=" |