diff options
author | Alex Legler <a3li@gentoo.org> | 2011-03-27 16:55:55 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2011-03-27 16:55:55 +0000 |
commit | b94e7f1fe3870fb1211081c9432f1cf83d550eed (patch) | |
tree | c2adeda49a9b35b9b69556bf77b455a85bebfcce /dev-ruby/ohai/ohai-0.5.8.ebuild | |
parent | Revision bump using URL handlers for browser and mailer applications to be co... (diff) | |
download | gentoo-2-b94e7f1fe3870fb1211081c9432f1cf83d550eed.tar.gz gentoo-2-b94e7f1fe3870fb1211081c9432f1cf83d550eed.tar.bz2 gentoo-2-b94e7f1fe3870fb1211081c9432f1cf83d550eed.zip |
Fix HOMEPAGE, closes bug 360535 by Dean Matzkov
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ohai/ohai-0.5.8.ebuild')
-rw-r--r-- | dev-ruby/ohai/ohai-0.5.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ohai/ohai-0.5.8.ebuild b/dev-ruby/ohai/ohai-0.5.8.ebuild index 790c63ad040d..5289917432a7 100644 --- a/dev-ruby/ohai/ohai-0.5.8.ebuild +++ b/dev-ruby/ohai/ohai-0.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.5.8.ebuild,v 1.1 2011/01/02 14:18:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.5.8.ebuild,v 1.2 2011/03/27 16:55:55 a3li Exp $ EAPI="2" USE_RUBY="ruby18" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_TEST="spec" inherit ruby-fakegem DESCRIPTION="Ohai profiles your system and emits JSON" -HOMEPAGE="http://wiki.opscode.com/display/ohai" +HOMEPAGE="http://wiki.opscode.com/display/chef/Ohai" LICENSE="Apache-2.0" SLOT="0" |