summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-08-28 13:07:46 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-08-28 13:07:46 +0000
commit3fb090f12f26ffde51dde4ef5ada6c9eedcbebb2 (patch)
tree78d32bb941ebf84b7f53f028d4d1f7e94be5d3ce /net-misc/csync
parentIntial commit. Can be used by net-misc/csync package. (diff)
downloadgentoo-2-3fb090f12f26ffde51dde4ef5ada6c9eedcbebb2.tar.gz
gentoo-2-3fb090f12f26ffde51dde4ef5ada6c9eedcbebb2.tar.bz2
gentoo-2-3fb090f12f26ffde51dde4ef5ada6c9eedcbebb2.zip
Enable external logging.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/csync')
-rw-r--r--net-misc/csync/ChangeLog5
-rw-r--r--net-misc/csync/csync-0.50.8.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/csync/ChangeLog b/net-misc/csync/ChangeLog
index cb7df07fec47..e819bec131e7 100644
--- a/net-misc/csync/ChangeLog
+++ b/net-misc/csync/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/csync
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/ChangeLog,v 1.2 2012/08/28 12:38:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/ChangeLog,v 1.3 2012/08/28 13:07:46 scarabeus Exp $
+
+ 28 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> csync-0.50.8.ebuild:
+ Enable external logging.
28 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> csync-0.50.8.ebuild:
Mark testing on x86.
diff --git a/net-misc/csync/csync-0.50.8.ebuild b/net-misc/csync/csync-0.50.8.ebuild
index 5841fcb3dd46..07b272f51e6d 100644
--- a/net-misc/csync/csync-0.50.8.ebuild
+++ b/net-misc/csync/csync-0.50.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.50.8.ebuild,v 1.2 2012/08/28 12:38:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.50.8.ebuild,v 1.3 2012/08/28 13:07:46 scarabeus Exp $
EAPI=4
@@ -45,6 +45,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ "-DLOG_TO_CALLBACK=ON"
$(cmake-utils_use test UNIT_TESTING)
$(cmake-utils_use_with doc APIDOC)
$(cmake-utils_use_with log Log4C)