commit: 85a5115d2a6378095328422cd36297fd8182c36e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 12:07:15 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 27 12:07:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a5115d
restore -r3 which was removed by accident in previous commit
Package-Manager: portage-2.2.28
RepoMan-Options: --force
dev-ruby/hpricot/{hpricot-0.8.6-r4.ebuild => hpricot-0.8.6-r3.ebuild} | 2 +-
dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
b/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
similarity index 91%
copy from dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
copy to dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
index c4adaa7..08f61fe 100644
--- a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
+++ b/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.github.com/hpricot/hpricot"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend "dev-ruby/rake
diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
b/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
index c4adaa7..bee3d09 100644
--- a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
+++ b/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
@@ -37,9 +37,6 @@ all_ruby_prepare() {
# Avoid unneeded dependency on git.
sed -i -e '/^REV/ s/.*/REV = "6"/' Rakefile || die
-
- # Fix int size warning
- sed -i -e 's/te - ts/(int)(te - ts)/' ext/hpricot_scan/hpricot_css.rl
|| die
}
each_ruby_prepare() {