Skip to content

Commit

Permalink
dev-ruby/builder: update HOMEPAGE
Browse files Browse the repository at this point in the history
Signed-off-by: Hans de Graaff <[email protected]>
  • Loading branch information
graaff committed Mar 27, 2023
1 parent 516893a commit b53822e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dev-ruby/builder/builder-3.2.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=8
USE_RUBY="ruby26 ruby27 ruby30 ruby31"
USE_RUBY="ruby27 ruby30 ruby31 ruby32"

RUBY_FAKEGEM_RECIPE_DOC="none"
RUBY_FAKEGEM_DOCDIR="doc"
Expand All @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md CHANGES"
inherit ruby-fakegem

DESCRIPTION="A builder to facilitate programmatic generation of XML markup"
HOMEPAGE="http://onestepback.org/"
HOMEPAGE="https://onestepback.org/"

LICENSE="MIT"
SLOT="$(ver_cut 1-2)"
Expand All @@ -28,8 +28,9 @@ all_ruby_prepare() {

each_ruby_prepare() {
case ${RUBY} in
*ruby30|*ruby31)
sed -i -e '/test_late_included_module_in_kernel_is_ok/askip "broken due to different ruby behavior"' test/test_blankslate.rb || die
*ruby30|*ruby31|*ruby32)
sed -e '/test_late_included_module_in_kernel_is_ok/askip "broken due to different ruby behavior"' \
-i test/test_blankslate.rb || die
;;
esac
}
Expand Down

0 comments on commit b53822e

Please sign in to comment.