diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2015-08-03 10:43:09 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2015-08-03 10:43:09 +0000 |
commit | fb8413d9a27ab26abb7173c753f03b0d550f7e52 (patch) | |
tree | 01e8243f6f2b381b9595060c7a096f52732176b3 /sys-cluster | |
parent | fix #556272 build with boost-1.57 thx to Uros (diff) | |
download | gentoo-2-fb8413d9a27ab26abb7173c753f03b0d550f7e52.tar.gz gentoo-2-fb8413d9a27ab26abb7173c753f03b0d550f7e52.tar.bz2 gentoo-2-fb8413d9a27ab26abb7173c753f03b0d550f7e52.zip |
fix #556564
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/csync2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/csync2/csync2-2.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-cluster/csync2/ChangeLog b/sys-cluster/csync2/ChangeLog index d35e32f03443..ef0f558399b1 100644 --- a/sys-cluster/csync2/ChangeLog +++ b/sys-cluster/csync2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/csync2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.39 2015/05/12 16:41:49 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.40 2015/08/03 10:43:09 ultrabug Exp $ + + 03 Aug 2015; Ultrabug <ultrabug@gentoo.org> csync2-2.0.ebuild: + fix missing REQUIRED_USE #556564 *csync2-2.0 (12 May 2015) diff --git a/sys-cluster/csync2/csync2-2.0.ebuild b/sys-cluster/csync2/csync2-2.0.ebuild index bd4c54f2b73d..a57a81679282 100644 --- a/sys-cluster/csync2/csync2-2.0.ebuild +++ b/sys-cluster/csync2/csync2-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-2.0.ebuild,v 1.1 2015/05/12 16:41:49 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-2.0.ebuild,v 1.2 2015/08/03 10:43:09 ultrabug Exp $ EAPI=5 @@ -23,6 +23,7 @@ RDEPEND=">=net-libs/librsync-0.9.5 DEPEND="${RDEPEND} virtual/pkgconfig" +REQUIRED_USE="|| ( mysql sqlite )" SLOT="0" src_configure() { |