summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2013-03-04 08:42:15 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2013-03-04 08:42:15 +0000
commit7e02eba7efab30ef9cc2a0f0019fbc4da21277d9 (patch)
tree27a7318b10948dcab112a7ce99eaf600b6650491 /sys-cluster
parentRemove old; bump to use autotools-utils and use sub-slot dependency on boost. (diff)
downloadgentoo-2-7e02eba7efab30ef9cc2a0f0019fbc4da21277d9.tar.gz
gentoo-2-7e02eba7efab30ef9cc2a0f0019fbc4da21277d9.tar.bz2
gentoo-2-7e02eba7efab30ef9cc2a0f0019fbc4da21277d9.zip
Inherit user eclass.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/gearmand/ChangeLog5
-rw-r--r--sys-cluster/gearmand/gearmand-0.34-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/gearmand/ChangeLog b/sys-cluster/gearmand/ChangeLog
index 9a4174c3c378..8ddc49aa1041 100644
--- a/sys-cluster/gearmand/ChangeLog
+++ b/sys-cluster/gearmand/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/gearmand
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.20 2013/03/04 08:33:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.21 2013/03/04 08:42:15 flameeyes Exp $
+
+ 04 Mar 2013; Diego E. Pettenò <flameeyes@gentoo.org> gearmand-0.34-r1.ebuild:
+ Inherit user eclass.
*gearmand-0.34-r1 (04 Mar 2013)
diff --git a/sys-cluster/gearmand/gearmand-0.34-r1.ebuild b/sys-cluster/gearmand/gearmand-0.34-r1.ebuild
index 563f0e929b27..c4c80764d136 100644
--- a/sys-cluster/gearmand/gearmand-0.34-r1.ebuild
+++ b/sys-cluster/gearmand/gearmand-0.34-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.34-r1.ebuild,v 1.1 2013/03/04 08:33:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.34-r1.ebuild,v 1.2 2013/03/04 08:42:15 flameeyes Exp $
EAPI=5
-inherit flag-o-matic libtool autotools-utils
+inherit flag-o-matic libtool user autotools-utils
DESCRIPTION="Generic framework to farm out work to other machines"
HOMEPAGE="http://www.gearman.org/"