diff options
author | 2006-09-22 09:33:08 +0000 | |
---|---|---|
committer | 2006-09-22 09:33:08 +0000 | |
commit | d02eeea5c787a315808df0e07803dc2ef49ed1d8 (patch) | |
tree | 17aad0906457865e1a138f876b731987efb4b6c0 /dev-util/csup/csup-20060318.ebuild | |
parent | Block csup, as it's already provided by this ebuild. (diff) | |
download | historical-d02eeea5c787a315808df0e07803dc2ef49ed1d8.tar.gz historical-d02eeea5c787a315808df0e07803dc2ef49ed1d8.tar.bz2 historical-d02eeea5c787a315808df0e07803dc2ef49ed1d8.zip |
Block newer freebsd-ubin that provides a newer version of csup.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-util/csup/csup-20060318.ebuild')
-rw-r--r-- | dev-util/csup/csup-20060318.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |