summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-09-22 09:33:08 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-09-22 09:33:08 +0000
commite9c3ae6c6a8a52931f2acdbb9c9ea5f1cb2fc41f (patch)
tree861d595c048cb53fda8c297316a27946d7ac683d /dev-util/csup
parentBlock csup, as it's already provided by this ebuild. (diff)
downloadgentoo-2-e9c3ae6c6a8a52931f2acdbb9c9ea5f1cb2fc41f.tar.gz
gentoo-2-e9c3ae6c6a8a52931f2acdbb9c9ea5f1cb2fc41f.tar.bz2
gentoo-2-e9c3ae6c6a8a52931f2acdbb9c9ea5f1cb2fc41f.zip
Block newer freebsd-ubin that provides a newer version of csup.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-util/csup')
-rw-r--r--dev-util/csup/ChangeLog5
-rw-r--r--dev-util/csup/csup-20060318.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/csup/ChangeLog b/dev-util/csup/ChangeLog
index 4aae6ab3b17b..fb501608cb8a 100644
--- a/dev-util/csup/ChangeLog
+++ b/dev-util/csup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/csup
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/csup/ChangeLog,v 1.1 2006/07/05 14:24:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/csup/ChangeLog,v 1.2 2006/09/22 09:33:08 flameeyes Exp $
+
+ 22 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> csup-20060318.ebuild:
+ Block newer freebsd-ubin that provides a newer version of csup.
*csup-20060318 (05 Jul 2006)
diff --git a/dev-util/csup/csup-20060318.ebuild b/dev-util/csup/csup-20060318.ebuild
index 54b223fcad38..2603d0442e1e 100644
--- a/dev-util/csup/csup-20060318.ebuild
+++ b/dev-util/csup/csup-20060318.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/csup/csup-20060318.ebuild,v 1.1 2006/07/05 14:24:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/csup/csup-20060318.ebuild,v 1.2 2006/09/22 09:33:08 flameeyes Exp $
DESCRIPTION="C-based rewrite of CVSup (software for distributing and updating collections of files accross a network)"
HOMEPAGE="http://www.mu.org/~mux/csup.html"
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86-fbsd"
IUSE=""
DEPEND=">=sys-devel/bison-2.1"
-RDEPEND=""
+RDEPEND="!>=sys-freebsd/freebsd-ubin-6.2_beta1"
S="${WORKDIR}/${PN}"