diff options
author | Dawid Węgliński <cla@gentoo.org> | 2009-03-07 22:47:27 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2009-03-07 22:47:27 +0000 |
commit | edc011254ad15a8a7fac569e8da571cb31191dea (patch) | |
tree | e1e69bf65e30e2db209b4be55e305f605ac2e7d6 /net-nntp | |
parent | Bump to 0.69.0, fixes #233785 (diff) | |
download | gentoo-2-edc011254ad15a8a7fac569e8da571cb31191dea.tar.gz gentoo-2-edc011254ad15a8a7fac569e8da571cb31191dea.tar.bz2 gentoo-2-edc011254ad15a8a7fac569e8da571cb31191dea.zip |
Second time forgot to remove pkg_setup, sigh
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/tin/tin-1.8.3.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net-nntp/tin/tin-1.8.3.ebuild b/net-nntp/tin/tin-1.8.3.ebuild index 6a1002c15780..c5e21de87a6f 100644 --- a/net-nntp/tin/tin-1.8.3.ebuild +++ b/net-nntp/tin/tin-1.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.8.3.ebuild,v 1.5 2009/03/07 22:45:38 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.8.3.ebuild,v 1.6 2009/03/07 22:47:27 cla Exp $ EAPI="2" @@ -25,13 +25,6 @@ DEPEND="dev-libs/libpcre RDEPEND="${DEPEND} net-misc/urlview" -pkg_setup() { - if use unicode && ! built_with_use sys-libs/ncurses unicode - then - die "For unicode support you need sys-libs/ncurses compiled with unicode support!" - fi -} - src_unpack() { unpack ${A} cd "${S}" |