diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:41:42 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:41:42 +0000 |
commit | dfdeeae85db4368aaf81d413ed06562e6f073c48 (patch) | |
tree | 0b2a27cb0ed55c1971902ac2a56ba6fff6321a2b /sys-cluster/maui | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-dfdeeae85db4368aaf81d413ed06562e6f073c48.tar.gz gentoo-2-dfdeeae85db4368aaf81d413ed06562e6f073c48.tar.bz2 gentoo-2-dfdeeae85db4368aaf81d413ed06562e6f073c48.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/maui')
-rw-r--r-- | sys-cluster/maui/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/maui/maui-3.2.6_p16.ebuild | 7 | ||||
-rw-r--r-- | sys-cluster/maui/maui-3.2.6_p21.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/sys-cluster/maui/ChangeLog b/sys-cluster/maui/ChangeLog index 8d3932839be9..3e94042dab36 100644 --- a/sys-cluster/maui/ChangeLog +++ b/sys-cluster/maui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/maui # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.11 2009/01/21 12:29:16 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.12 2009/09/23 20:41:42 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> maui-3.2.6_p16.ebuild, + maui-3.2.6_p21.ebuild: + Remove virtual/libc 21 Jan 2009; weaver <weaver@gentoo.org> ChangeLog: Tweak patch to avoid obscure build failure with autoconf diff --git a/sys-cluster/maui/maui-3.2.6_p16.ebuild b/sys-cluster/maui/maui-3.2.6_p16.ebuild index 9da72bb9082a..9379bd16b68f 100644 --- a/sys-cluster/maui/maui-3.2.6_p16.ebuild +++ b/sys-cluster/maui/maui-3.2.6_p16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p16.ebuild,v 1.3 2007/07/02 15:32:03 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p16.ebuild,v 1.4 2009/09/23 20:41:42 patrick Exp $ inherit autotools eutils multilib @@ -9,8 +9,7 @@ HOMEPAGE="http://www.clusterresources.com/products/maui/" SRC_URI="http://www.clusterresources.com/downloads/maui/${P/_/}.tar.gz" IUSE="" DEPEND="virtual/pbs" -RDEPEND="${DEPEND} - virtual/libc" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="maui" KEYWORDS="~x86 ~amd64" diff --git a/sys-cluster/maui/maui-3.2.6_p21.ebuild b/sys-cluster/maui/maui-3.2.6_p21.ebuild index 09a08152e510..b56351cee6ee 100644 --- a/sys-cluster/maui/maui-3.2.6_p21.ebuild +++ b/sys-cluster/maui/maui-3.2.6_p21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p21.ebuild,v 1.1 2009/01/02 08:51:30 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p21.ebuild,v 1.2 2009/09/23 20:41:42 patrick Exp $ inherit autotools eutils multilib @@ -9,8 +9,7 @@ HOMEPAGE="http://www.clusterresources.com/products/maui/" SRC_URI="http://www.clusterresources.com/downloads/maui/${P/_/}.tar.gz" IUSE="" DEPEND="virtual/pbs" -RDEPEND="${DEPEND} - virtual/libc" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="maui" KEYWORDS="~x86 ~amd64" |