diff options
Diffstat (limited to 'dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild')
-rw-r--r-- | dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild index 5b57ad0b57a3..8baa0d7127e2 100644 --- a/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild +++ b/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild @@ -13,10 +13,10 @@ RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" inherit ruby-fakegem eutils DESCRIPTION="Provide a standard and simplified way to build and package Ruby extensions" -HOMEPAGE="http://github.com/luislavena/rake-compiler" +HOMEPAGE="https://github.com/luislavena/rake-compiler" LICENSE="MIT" -SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" RUBY_S="luislavena-${PN}-*" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |