summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 22:02:59 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 22:02:59 +0000
commitf04fab693608b48b1793d947dc25cfa1c603630b (patch)
tree195fc0588cc5352d48a0a66a6ccae4201da2d155 /net-irc/irssi-cvs
parentAdding a bunch of xkb patches and other things. PATCH_VER is 2.1.11. (diff)
downloadgentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.tar.gz
gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.tar.bz2
gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.zip
repoman: trim trailing whitespace
Diffstat (limited to 'net-irc/irssi-cvs')
-rw-r--r--net-irc/irssi-cvs/irssi-cvs-0.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild b/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild
index 06657becc3d1..cf6116cfa65e 100644
--- a/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild
+++ b/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://irssi.org/"
DEPEND=" >=dev-libs/glib-1.2
sys-libs/ncurses
perl? ( dev-lang/perl )
- !net-irc/irssi"
+ !net-irc/irssi"
RDEPEND="nls? ( sys-devel/gettext )"
SLOT="0"
@@ -30,10 +30,10 @@ src_compile() {
# Note: there is an option to build a GUI for irssi, but according
# to the website the GUI is no longer developed, so that option is
# not used here.
-
+
# Edit these if you like
myconf="--without-servertest --with-bot --with-proxy --with-ncurses"
-
+
use nls || myconf="${myconf} --disable-nls"
#perl is auto-detected and must be explicitly disabled