diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2006-03-22 08:32:45 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2006-03-22 08:32:45 +0000 |
commit | dc3ee3bea35cafc32fe0ce347bb4f9ca7918877c (patch) | |
tree | a447633a148205ea179946b9b51d4440eba6b4fa /dev-util/cdecl | |
parent | Moving cdecl to cutils-cdecl because of bug #127076 (diff) | |
download | historical-dc3ee3bea35cafc32fe0ce347bb4f9ca7918877c.tar.gz historical-dc3ee3bea35cafc32fe0ce347bb4f9ca7918877c.tar.bz2 historical-dc3ee3bea35cafc32fe0ce347bb4f9ca7918877c.zip |
Adding blocker for old cutils (which provides a simpler cdecl). Bug #127076.
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-util/cdecl')
-rw-r--r-- | dev-util/cdecl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cdecl/cdecl-2.5-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/cdecl/ChangeLog b/dev-util/cdecl/ChangeLog index 6ff2d94e58e0..b474cca2a57b 100644 --- a/dev-util/cdecl/ChangeLog +++ b/dev-util/cdecl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cdecl # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdecl/ChangeLog,v 1.7 2006/02/15 08:20:07 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdecl/ChangeLog,v 1.8 2006/03/22 08:32:45 phosphan Exp $ + + 22 Mar 2006; Patrick Kursawe <phosphan@gentoo.org> cdecl-2.5-r1.ebuild: + Adding blocker for old cutils (which provides a simpler cdecl). + Bug #127076. 15 Feb 2006; Patrick Kursawe <phosphan@gentoo.org> cdecl-2.5-r1.ebuild: Adding a HOMEPAGE (bug #122857) diff --git a/dev-util/cdecl/cdecl-2.5-r1.ebuild b/dev-util/cdecl/cdecl-2.5-r1.ebuild index f0fb64d1ef9b..70ec12629032 100644 --- a/dev-util/cdecl/cdecl-2.5-r1.ebuild +++ b/dev-util/cdecl/cdecl-2.5-r1.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/cdecl/cdecl-2.5-r1.ebuild,v 1.8 2006/02/15 08:20:07 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdecl/cdecl-2.5-r1.ebuild,v 1.9 2006/03/22 08:32:45 phosphan Exp $ inherit eutils @@ -15,7 +15,8 @@ SLOT="0" DEPEND=">=sys-apps/sed-4 dev-util/yacc readline? ( sys-libs/ncurses - sys-libs/readline )" + sys-libs/readline ) + !<dev-util/cutils-1.6-r2" IUSE="readline" |