diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-11 07:44:46 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-11 07:45:02 +0000 |
commit | c0aa2a6e267cedf9f08cbeba7f7ae8df865b3808 (patch) | |
tree | 44cc43c7de3b241500808849ae038713c73fdfbd /sys-cluster/libqb | |
parent | dev-ruby/nokogiri: stable 1.11.1-r1 for ppc64 (diff) | |
download | gentoo-c0aa2a6e267cedf9f08cbeba7f7ae8df865b3808.tar.gz gentoo-c0aa2a6e267cedf9f08cbeba7f7ae8df865b3808.tar.bz2 gentoo-c0aa2a6e267cedf9f08cbeba7f7ae8df865b3808.zip |
sys-cluster/libqb: stable 1.9.0 for ppc64
stable wrt bug #699860
Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-cluster/libqb')
-rw-r--r-- | sys-cluster/libqb/libqb-1.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/libqb/libqb-1.9.0.ebuild b/sys-cluster/libqb/libqb-1.9.0.ebuild index 8e1b6edc04c9..9166158e3bac 100644 --- a/sys-cluster/libqb/libqb-1.9.0.ebuild +++ b/sys-cluster/libqb/libqb-1.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ClusterLabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="0/20" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86" IUSE="debug doc examples systemd test" RESTRICT="!test? ( test )" |