commit:     491769566f6f3741c7fc84441b902e825461a38a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 08:16:00 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 08:16:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49176956

dev-ruby/resolv: mark extension task as done

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../resolv/{resolv-0.6.0.ebuild => resolv-0.6.0-r1.ebuild}     | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/resolv/resolv-0.6.0.ebuild 
b/dev-ruby/resolv/resolv-0.6.0-r1.ebuild
similarity index 82%
rename from dev-ruby/resolv/resolv-0.6.0.ebuild
rename to dev-ruby/resolv/resolv-0.6.0-r1.ebuild
index 9ebd237c9ccd..d1976f780b4a 100644
--- a/dev-ruby/resolv/resolv-0.6.0.ebuild
+++ b/dev-ruby/resolv/resolv-0.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -32,3 +32,11 @@ all_ruby_prepare() {
        sed -e '/if RUBY_ENGINE/ s/$/ and false/' \
                -i Rakefile || die
 }
+
+each_ruby_install() {
+       each_fakegem_install
+
+       # The extension is only compiled on Win32, but we still need to mark
+       # that task as done.
+       ruby_fakegem_extensions_installed
+}

Reply via email to