diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-26 15:56:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-26 15:56:34 +0200 |
commit | 6735e3feb991f8eee3f608df8f0d3d09e41f30ff (patch) | |
tree | b3eda1c7e82174ecd4a2c61a355688231a24e92d | |
parent | dev-ruby/pkg-config: Stabilize 1.4.9 ppc, #883139 (diff) | |
download | gentoo-6735e3feb991f8eee3f608df8f0d3d09e41f30ff.tar.gz gentoo-6735e3feb991f8eee3f608df8f0d3d09e41f30ff.tar.bz2 gentoo-6735e3feb991f8eee3f608df8f0d3d09e41f30ff.zip |
dev-ruby/pkg-config: Stabilize 1.4.9 ppc64, #883139
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-ruby/pkg-config/pkg-config-1.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/pkg-config/pkg-config-1.4.9.ebuild b/dev-ruby/pkg-config/pkg-config-1.4.9.ebuild index e64c5eacd341..98fbda0ac55e 100644 --- a/dev-ruby/pkg-config/pkg-config-1.4.9.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.4.9.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="A pkg-config implementation by Ruby" HOMEPAGE="https://github.com/rcairo/pkg-config" LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc ~x86" SLOT="0" IUSE="test" |