summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-08-28 13:21:00 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-08-28 13:21:00 +0000
commitdff3eb3aedf0ec4ebf4fc92cd6efa609678659cc (patch)
tree893029dad180a6dfc63d0b0bebaa223cef23eac6 /net-misc/csync
parentAdd mirall to access owncloud services and so on. Fixes bug#412507. (diff)
downloadgentoo-2-dff3eb3aedf0ec4ebf4fc92cd6efa609678659cc.tar.gz
gentoo-2-dff3eb3aedf0ec4ebf4fc92cd6efa609678659cc.tar.bz2
gentoo-2-dff3eb3aedf0ec4ebf4fc92cd6efa609678659cc.zip
Raise the dep over iniparser.
(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.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/csync/ChangeLog b/net-misc/csync/ChangeLog
index e819bec131e7..a5cde50316d1 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.3 2012/08/28 13:07:46 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/ChangeLog,v 1.4 2012/08/28 13:21:00 scarabeus Exp $
+
+ 28 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> csync-0.50.8.ebuild:
+ Raise the dep over iniparser.
28 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> csync-0.50.8.ebuild:
Enable external logging.
diff --git a/net-misc/csync/csync-0.50.8.ebuild b/net-misc/csync/csync-0.50.8.ebuild
index 07b272f51e6d..b27f1cd34e04 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.3 2012/08/28 13:07:46 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.50.8.ebuild,v 1.4 2012/08/28 13:21:00 scarabeus Exp $
EAPI=4
@@ -17,7 +17,7 @@ IUSE="doc log samba +sftp test +webdav"
RDEPEND="
dev-db/sqlite:3
- dev-libs/iniparser
+ >=dev-libs/iniparser-3.1
dev-libs/openssl:0
log? ( dev-libs/log4c )
samba? ( net-fs/samba )