summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-10-31 18:43:55 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-10-31 18:43:55 +0000
commitb6015e350592636914f3ba7dae7cae08fa2a3b00 (patch)
treeb8afcdb51062c80dd8a45d58ef007495248db320 /sys-cluster
parentx86 stable, see bug 437814 (diff)
downloadgentoo-2-b6015e350592636914f3ba7dae7cae08fa2a3b00.tar.gz
gentoo-2-b6015e350592636914f3ba7dae7cae08fa2a3b00.tar.bz2
gentoo-2-b6015e350592636914f3ba7dae7cae08fa2a3b00.zip
Add a missing dependency over boost 1.39 or later (thanks to Steffen Weber in bug #433413). Also depend on pkgconfig.
(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/ChangeLog6
-rw-r--r--sys-cluster/gearmand/gearmand-0.34.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-cluster/gearmand/ChangeLog b/sys-cluster/gearmand/ChangeLog
index 74febd2fbe80..36dc9e2a089d 100644
--- a/sys-cluster/gearmand/ChangeLog
+++ b/sys-cluster/gearmand/ChangeLog
@@ -1,6 +1,10 @@
# 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.17 2012/07/13 14:06:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.18 2012/10/31 18:43:55 flameeyes Exp $
+
+ 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
+ bug #433413). Also depend on pkgconfig.
*gearmand-0.34 (13 Jul 2012)
diff --git a/sys-cluster/gearmand/gearmand-0.34.ebuild b/sys-cluster/gearmand/gearmand-0.34.ebuild
index f3b0cbcb3919..7f7b008ef475 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.1 2012/07/13 14:06:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.34.ebuild,v 1.2 2012/10/31 18:43:55 flameeyes Exp $
EAPI=4
@@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="debug tcmalloc +memcache drizzle sqlite tokyocabinet postgres"
RDEPEND="dev-libs/libevent
+ >=dev-libs/boost-1.39
|| ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 )
tcmalloc? ( dev-util/google-perftools )
memcache? ( >=dev-libs/libmemcached-0.47 )
@@ -23,7 +24,8 @@ RDEPEND="dev-libs/libevent
sqlite? ( dev-db/sqlite:3 )
tokyocabinet? ( dev-db/tokyocabinet )
postgres? ( >=dev-db/postgresql-base-9.0 )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
pkg_setup() {
enewuser gearmand -1 -1 /dev/null nogroup