diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2007-07-19 02:25:08 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2007-07-19 02:25:08 +0000 |
commit | b0c9a7cf3ba05ca3c2d5bb272a9ef44cd09a4008 (patch) | |
tree | 7010669d10b5f32d3fff5e5c2820cfabe49ebdaa /dev-cpp/cppserv/cppserv-0.1.100.ebuild | |
parent | Actually install apache config file for CPPSERV (diff) | |
download | gentoo-2-b0c9a7cf3ba05ca3c2d5bb272a9ef44cd09a4008.tar.gz gentoo-2-b0c9a7cf3ba05ca3c2d5bb272a9ef44cd09a4008.tar.bz2 gentoo-2-b0c9a7cf3ba05ca3c2d5bb272a9ef44cd09a4008.zip |
And do not forget to provide proper config file name
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-cpp/cppserv/cppserv-0.1.100.ebuild')
-rw-r--r-- | dev-cpp/cppserv/cppserv-0.1.100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/cppserv/cppserv-0.1.100.ebuild b/dev-cpp/cppserv/cppserv-0.1.100.ebuild index e04212df498c..2ea8401ea88c 100644 --- a/dev-cpp/cppserv/cppserv-0.1.100.ebuild +++ b/dev-cpp/cppserv/cppserv-0.1.100.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/cppserv-0.1.100.ebuild,v 1.2 2007/07/19 02:06:52 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/cppserv-0.1.100.ebuild,v 1.3 2007/07/19 02:25:08 iluxa Exp $ inherit eutils apache-module @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~alpha ~x86 ~mips ~amd64" IUSE="" -APACHE2_MOD_CONF="75_${PN}.conf" +APACHE2_MOD_CONF="75_mod_cserv" DEPEND="net-libs/socket++ >=dev-cpp/sptk-3.4.1 |