commit:     01df953bffa5d4b40ed18d497351ee0bd081dde1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 08:08:36 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 08:08:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01df953b

dev-ruby/http-parser: don't hardcode build platform

Closes: https://bugs.gentoo.org/763978
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/http-parser/http-parser-1.2.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/http-parser/http-parser-1.2.2.ebuild 
b/dev-ruby/http-parser/http-parser-1.2.2.ebuild
index 796554e1831..e3227ecbebf 100644
--- a/dev-ruby/http-parser/http-parser-1.2.2.ebuild
+++ b/dev-ruby/http-parser/http-parser-1.2.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
@@ -25,5 +25,5 @@ ruby_add_bdepend "dev-ruby/ffi-compiler"
 
 each_ruby_compile() {
        ${RUBY} -C ext -S rake || die
-       mv ext/x86_64-linux/libhttp-parser-ext.so lib/http-parser/ || die
+       mv ext/*/libhttp-parser-ext.so lib/http-parser/ || die
 }

Reply via email to