diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-07 17:16:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-07 17:16:20 +0000 |
commit | 9b3be7e6882fac534293fcd1b1286c81dcdbb537 (patch) | |
tree | f17231735551f075ea23e17a53f88e8eaa0f51da /net-nntp/tin | |
parent | whitespace (diff) | |
download | gentoo-2-9b3be7e6882fac534293fcd1b1286c81dcdbb537.tar.gz gentoo-2-9b3be7e6882fac534293fcd1b1286c81dcdbb537.tar.bz2 gentoo-2-9b3be7e6882fac534293fcd1b1286c81dcdbb537.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-nntp/tin')
-rw-r--r-- | net-nntp/tin/tin-1.9.4.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-nntp/tin/tin-1.9.4.ebuild b/net-nntp/tin/tin-1.9.4.ebuild index a82002b99180..1ab6909648ce 100644 --- a/net-nntp/tin/tin-1.9.4.ebuild +++ b/net-nntp/tin/tin-1.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild,v 1.1 2010/01/07 15:21:11 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild,v 1.2 2010/01/07 17:16:20 mr_bones_ Exp $ EAPI="2" @@ -40,20 +40,20 @@ src_configure() { then sed -i -e"s/# -DEVIL_INSIDE/-DEVIL_INSIDE/" src/Makefile.in fi - + if use forgery then sed -i -e"s/^CPPFLAGS.*/& -DFORGERY/" src/Makefile.in fi - + local screen="ncurses" use unicode && screen="ncursesw" - + if ! use etiquette; then myconf="${myconf} --disable-etiquette" fi - - if ! use evil && use cancel-locks; then + + if ! use evil && use cancel-locks; then die "USE=cancel-locks requires also USE=evil to generate MIDs and the Cancel-Lock:-Header." fi |