diff options
author | 2010-01-08 17:44:53 +0000 | |
---|---|---|
committer | 2010-01-08 17:44:53 +0000 | |
commit | a5505daa23b1bb38e8cdb6ac96da0edb4e7d85d7 (patch) | |
tree | a46355c572d8772847cfc19d8a7d178f2c6516a3 /net-nntp/tin | |
parent | Revision bump to fix bug #295235. (diff) | |
download | gentoo-2-a5505daa23b1bb38e8cdb6ac96da0edb4e7d85d7.tar.gz gentoo-2-a5505daa23b1bb38e8cdb6ac96da0edb4e7d85d7.tar.bz2 gentoo-2-a5505daa23b1bb38e8cdb6ac96da0edb4e7d85d7.zip |
Fixing unneeded built_with_use for eapi2
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-nntp/tin')
-rw-r--r-- | net-nntp/tin/ChangeLog | 5 | ||||
-rw-r--r-- | net-nntp/tin/tin-1.9.4.ebuild | 12 |
2 files changed, 7 insertions, 10 deletions
diff --git a/net-nntp/tin/ChangeLog b/net-nntp/tin/ChangeLog index caa9f72da5a2..21a20ce7e851 100644 --- a/net-nntp/tin/ChangeLog +++ b/net-nntp/tin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nntp/tin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.23 2010/01/07 15:21:11 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.24 2010/01/08 17:44:53 patrick Exp $ + + 08 Jan 2010; Patrick Lauer <patrick@gentoo.org> tin-1.9.4.ebuild: + Fixing unneeded built_with_use for eapi2 *tin-1.9.4 (07 Jan 2010) diff --git a/net-nntp/tin/tin-1.9.4.ebuild b/net-nntp/tin/tin-1.9.4.ebuild index 1ab6909648ce..319cc4d8044f 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.2 2010/01/07 17:16:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild,v 1.3 2010/01/08 17:44:53 patrick Exp $ EAPI="2" @@ -19,7 +19,8 @@ DEPEND="sys-libs/ncurses dev-libs/libpcre dev-libs/uulib idn? ( net-dns/libidn ) - unicode? ( dev-libs/icu ) + unicode? ( dev-libs/icu + sys-libs/ncurses[unicode] ) nls? ( sys-devel/gettext ) crypt? ( app-crypt/gnupg ) socks5? ( net-proxy/dante )" @@ -27,13 +28,6 @@ DEPEND="sys-libs/ncurses 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_configure() { if use evil |