diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-08-18 11:13:32 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-08-18 11:14:48 -0500 |
commit | 31ba40e12a73a51f9b6f279e0174949b36811ffd (patch) | |
tree | a37c9a2f8ebd1e8053402b4c3ac36e50c43510d6 /dev-cpp/cpp-hocon | |
parent | profiles: stable mask use flag for sst-xtrabackup for mysql/mariadb (diff) | |
download | gentoo-31ba40e12a73a51f9b6f279e0174949b36811ffd.tar.gz gentoo-31ba40e12a73a51f9b6f279e0174949b36811ffd.tar.bz2 gentoo-31ba40e12a73a51f9b6f279e0174949b36811ffd.zip |
dev-cpp/cpp-hocon: fixing transient error
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-cpp/cpp-hocon')
-rw-r--r-- | dev-cpp/cpp-hocon/cpp-hocon-0.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/cpp-hocon/cpp-hocon-0.1.2.ebuild b/dev-cpp/cpp-hocon/cpp-hocon-0.1.2.ebuild index 60ce3d2cc5b0..6ecae5a696b0 100644 --- a/dev-cpp/cpp-hocon/cpp-hocon-0.1.2.ebuild +++ b/dev-cpp/cpp-hocon/cpp-hocon-0.1.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="debug test" DEPEND=" |