diff options
author | 2023-07-24 16:34:29 +0300 | |
---|---|---|
committer | 2023-07-24 16:34:29 +0300 | |
commit | d3aa81d70d84cc2ec7273bcbd5792015fe167a0e (patch) | |
tree | a899ad2e45cb9124dfa1cdff037e573385e3904f /dev-ruby/pkg-config | |
parent | dev-ruby/pkg-config: Stabilize 1.5.2 arm, #910985 (diff) | |
download | gentoo-d3aa81d70d84cc2ec7273bcbd5792015fe167a0e.tar.gz gentoo-d3aa81d70d84cc2ec7273bcbd5792015fe167a0e.tar.bz2 gentoo-d3aa81d70d84cc2ec7273bcbd5792015fe167a0e.zip |
dev-ruby/pkg-config: Stabilize 1.5.2 sparc, #910985
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.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/pkg-config/pkg-config-1.5.2.ebuild b/dev-ruby/pkg-config/pkg-config-1.5.2.ebuild index aa8232735a61..e0a4542ab86e 100644 --- a/dev-ruby/pkg-config/pkg-config-1.5.2.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.5.2.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="A pkg-config implementation by Ruby" HOMEPAGE="https://github.com/ruby-gnome/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" |