diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2012-02-20 18:01:20 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2012-02-20 18:01:20 +0000 |
commit | df949bc16e97f4060ad79f3fb42ce2b3eef46d97 (patch) | |
tree | 2e594d91364c8531525615291814e4551903ca68 /sys-cluster/resource-agents | |
parent | use patch instead of lots of sed (diff) | |
download | historical-df949bc16e97f4060ad79f3fb42ce2b3eef46d97.tar.gz historical-df949bc16e97f4060ad79f3fb42ce2b3eef46d97.tar.bz2 historical-df949bc16e97f4060ad79f3fb42ce2b3eef46d97.zip |
Fix libnet dependency, fix #405055
Package-Manager: portage-2.1.10.47/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster/resource-agents')
-rw-r--r-- | sys-cluster/resource-agents/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/resource-agents/resource-agents-1.0.4-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-cluster/resource-agents/ChangeLog b/sys-cluster/resource-agents/ChangeLog index 0be3455eac2c..55cc894ed004 100644 --- a/sys-cluster/resource-agents/ChangeLog +++ b/sys-cluster/resource-agents/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/resource-agents -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v 1.14 2011/06/24 06:24:15 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v 1.15 2012/02/20 18:01:20 ultrabug Exp $ + + 20 Feb 2012; Ultrabug <ultrabug@gentoo.org> resource-agents-1.0.4-r1.ebuild: + Fix libnet dependency, wrt #405055 24 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org> -resource-agents-1.0.3-r1.ebuild, -resource-agents-1.0.4.ebuild: diff --git a/sys-cluster/resource-agents/resource-agents-1.0.4-r1.ebuild b/sys-cluster/resource-agents/resource-agents-1.0.4-r1.ebuild index 6ac6f469c660..def0241e063b 100644 --- a/sys-cluster/resource-agents/resource-agents-1.0.4-r1.ebuild +++ b/sys-cluster/resource-agents/resource-agents-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.4-r1.ebuild,v 1.4 2011/03/17 22:40:08 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.4-r1.ebuild,v 1.5 2012/02/20 18:01:20 ultrabug Exp $ EAPI="2" @@ -19,7 +19,7 @@ IUSE="doc libnet" DEPEND="sys-apps/iproute2 sys-cluster/cluster-glue !<sys-cluster/heartbeat-3.0 - libnet? ( <net-libs/libnet-1.1.5 )" + libnet? ( net-libs/libnet:1.1 )" RDEPEND="${DEPEND}" S="${WORKDIR}/Cluster-Resource-Agents-${MY_P}" |