commit: 5415bc8f0cd2536564857b9e6541511c523f3657 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Aug 2 21:42:27 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Aug 2 21:48:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5415bc8f
dev-ruby/pkg-config: keyword 1.4.6 for ~riscv Two CFlags tests fail but it's because they are crap - instead of comparing individual flags they compare literal strings. The expected flags were all there, just in different order. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> dev-ruby/pkg-config/pkg-config-1.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/pkg-config/pkg-config-1.4.6.ebuild b/dev-ruby/pkg-config/pkg-config-1.4.6.ebuild index 6ad94f42679..d93955918c5 100644 --- a/dev-ruby/pkg-config/pkg-config-1.4.6.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.4.6.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 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" SLOT="0" IUSE="test"
