diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-26 14:41:47 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-26 14:41:47 +0200 |
commit | fb3928e73cd65f03f43b6bbc11d879f96ef1a94b (patch) | |
tree | 6a22bbe093ae79657a9bcda37cd4d80b2073d30f /dev-ruby/pkg-config | |
parent | dev-lang/gprolog: use relative symlinks for gprolog binaries (diff) | |
download | gentoo-fb3928e73cd65f03f43b6bbc11d879f96ef1a94b.tar.gz gentoo-fb3928e73cd65f03f43b6bbc11d879f96ef1a94b.tar.bz2 gentoo-fb3928e73cd65f03f43b6bbc11d879f96ef1a94b.zip |
dev-ruby/pkg-config: Stabilize 1.4.9 arm64, #883139
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/pkg-config')
-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 d8aebeb67680..ea55f279d2ad 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" |