summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-04-24 13:57:45 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-04-24 13:57:45 +0000
commit5cfab6259127c973106d86b1a760c63e608666ef (patch)
tree533eecb553ee3fe0d7d07edcb8eec3fbc3b11d1a /app-editors/cooledit
parentVersion bump. (diff)
downloadgentoo-2-5cfab6259127c973106d86b1a760c63e608666ef.tar.gz
gentoo-2-5cfab6259127c973106d86b1a760c63e608666ef.tar.bz2
gentoo-2-5cfab6259127c973106d86b1a760c63e608666ef.zip
Remove ispell from rdepend. If someone test with aspell we can add that one back.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/cooledit')
-rw-r--r--app-editors/cooledit/ChangeLog6
-rw-r--r--app-editors/cooledit/cooledit-3.17.17-r1.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/cooledit/ChangeLog b/app-editors/cooledit/ChangeLog
index 8c6f3dcacc3a..7e064dd82fb0 100644
--- a/app-editors/cooledit/ChangeLog
+++ b/app-editors/cooledit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/cooledit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v 1.31 2012/04/24 13:31:06 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v 1.32 2012/04/24 13:57:45 scarabeus Exp $
+
+ 24 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> cooledit-3.17.17-r1.ebuild:
+ Remove ispell from rdepend. If someone test with aspell we can add that one
+ back.
24 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> -cooledit-3.17.17.ebuild:
Punt overshadowed version.
diff --git a/app-editors/cooledit/cooledit-3.17.17-r1.ebuild b/app-editors/cooledit/cooledit-3.17.17-r1.ebuild
index 04cd45be5d2e..1c7d96dfa120 100644
--- a/app-editors/cooledit/cooledit-3.17.17-r1.ebuild
+++ b/app-editors/cooledit/cooledit-3.17.17-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17-r1.ebuild,v 1.3 2012/02/16 17:51:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17-r1.ebuild,v 1.4 2012/04/24 13:57:45 scarabeus Exp $
inherit autotools eutils
@@ -16,8 +16,7 @@ IUSE="nls"
RDEPEND="x11-libs/libX11
x11-libs/libXdmcp
- x11-libs/libXau
- app-text/ispell"
+ x11-libs/libXau"
DEPEND="${RDEPEND}
x11-libs/libXpm"