diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-09 22:31:35 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-09 22:31:35 +0300 |
commit | 2831a52a10abb8d19c5a5dfcd0fee8605bf9f9ac (patch) | |
tree | df43d8aad3a6ecc4b991e79339c2645ff8c24135 /dev-libs/libconfig | |
parent | dev-libs/protobuf-c: mark s390 stable (diff) | |
download | gentoo-2831a52a10abb8d19c5a5dfcd0fee8605bf9f9ac.tar.gz gentoo-2831a52a10abb8d19c5a5dfcd0fee8605bf9f9ac.tar.bz2 gentoo-2831a52a10abb8d19c5a5dfcd0fee8605bf9f9ac.zip |
dev-libs/libconfig: mark s390 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-libs/libconfig')
-rw-r--r-- | dev-libs/libconfig/libconfig-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libconfig/libconfig-1.5.ebuild b/dev-libs/libconfig/libconfig-1.5.ebuild index 1f9cc4f295f0..ba09057dd62a 100644 --- a/dev-libs/libconfig/libconfig-1.5.ebuild +++ b/dev-libs/libconfig/libconfig-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.hyperrealm.com/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 sparc x86 ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 s390 sparc x86 ~x86-linux" IUSE="+cxx examples static-libs" DEPEND=" |