diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-22 04:19:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-22 04:19:21 +0000 |
commit | 34fbf0a995854e2e9baed7ac6743e710b5ffe556 (patch) | |
tree | c85c094e47f8fff1308f472833ebeceb39ad7dc1 /sys-cluster | |
parent | Bump to latest EAPI; use the default src_install; depend on threads-safe boos... (diff) | |
download | gentoo-2-34fbf0a995854e2e9baed7ac6743e710b5ffe556.tar.gz gentoo-2-34fbf0a995854e2e9baed7ac6743e710b5ffe556.tar.bz2 gentoo-2-34fbf0a995854e2e9baed7ac6743e710b5ffe556.zip |
Depend on a multithread-safe version of boost if available.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/gearmand/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/gearmand/gearmand-0.34.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/gearmand/ChangeLog b/sys-cluster/gearmand/ChangeLog index 36dc9e2a089d..92ed7b25262e 100644 --- a/sys-cluster/gearmand/ChangeLog +++ b/sys-cluster/gearmand/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/gearmand # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.18 2012/10/31 18:43:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.19 2012/11/22 04:19:21 flameeyes Exp $ + + 22 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> gearmand-0.34.ebuild: + Depend on a multithread-safe version of boost if available. 31 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> gearmand-0.34.ebuild: Add a missing dependency over boost 1.39 or later (thanks to Steffen Weber in diff --git a/sys-cluster/gearmand/gearmand-0.34.ebuild b/sys-cluster/gearmand/gearmand-0.34.ebuild index 7f7b008ef475..babf6b2115b9 100644 --- a/sys-cluster/gearmand/gearmand-0.34.ebuild +++ b/sys-cluster/gearmand/gearmand-0.34.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/sys-cluster/gearmand/gearmand-0.34.ebuild,v 1.2 2012/10/31 18:43:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.34.ebuild,v 1.3 2012/11/22 04:19:21 flameeyes Exp $ EAPI=4 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug tcmalloc +memcache drizzle sqlite tokyocabinet postgres" RDEPEND="dev-libs/libevent - >=dev-libs/boost-1.39 + >=dev-libs/boost-1.39[threads(+)] || ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 ) tcmalloc? ( dev-util/google-perftools ) memcache? ( >=dev-libs/libmemcached-0.47 ) |