summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-10-20 18:31:21 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-10-20 18:31:21 +0000
commit3ad487ba73277793bd200a0af8694157affdab0c (patch)
tree2e2939a7e097ec0d209731d9c97fd60044a34a05 /dev-ruby/mod_ruby/mod_ruby-1.2.4.ebuild
parentVersion bump to 2.6.14-rc5. (diff)
downloadgentoo-2-3ad487ba73277793bd200a0af8694157affdab0c.tar.gz
gentoo-2-3ad487ba73277793bd200a0af8694157affdab0c.tar.bz2
gentoo-2-3ad487ba73277793bd200a0af8694157affdab0c.zip
Fix ebuild config to emerge --config per bug #109482
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'dev-ruby/mod_ruby/mod_ruby-1.2.4.ebuild')
-rw-r--r--dev-ruby/mod_ruby/mod_ruby-1.2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/mod_ruby/mod_ruby-1.2.4.ebuild b/dev-ruby/mod_ruby/mod_ruby-1.2.4.ebuild
index 24050cd6b8ba..211cb9026b70 100644
--- a/dev-ruby/mod_ruby/mod_ruby-1.2.4.ebuild
+++ b/dev-ruby/mod_ruby/mod_ruby-1.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mod_ruby/mod_ruby-1.2.4.ebuild,v 1.6 2005/04/24 10:56:46 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mod_ruby/mod_ruby-1.2.4.ebuild,v 1.7 2005/10/20 18:31:21 caleb Exp $
DESCRIPTION="Embeds the Ruby interpreter into Apache"
HOMEPAGE="http://modruby.net/"
@@ -66,7 +66,7 @@ pkg_postinst() {
einfo "You may also wish to edit /etc/apache2/conf/modules.d/20_mod_ruby.conf"
else # apache1
einfo "To enable mod_ruby:"
- einfo "1. Run \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\""
+ einfo "1. Run \"emerge --config =${PV}\""
einfo "2. Edit /etc/conf.d/apache and add \"-D RUBY\""
fi
einfo "You must restart apache for changes to take effect"