summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-05-09 13:23:29 +0000
committerFabian Groffen <grobian@gentoo.org>2012-05-09 13:23:29 +0000
commit4bdb1aa202ad9679d4b3a9f180f4c1f270c5c12b (patch)
tree38c6962ea6bfefa6a7ce5a9dc2f32869ed2ce6a3 /net-irc/ircii
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-4bdb1aa202ad9679d4b3a9f180f4c1f270c5c12b.tar.gz
gentoo-2-4bdb1aa202ad9679d4b3a9f180f4c1f270c5c12b.tar.bz2
gentoo-2-4bdb1aa202ad9679d4b3a9f180f4c1f270c5c12b.zip
Drop failing (flag-o-matic not inherited) append-libs, it is no longer necessary
(Portage version: 2.2.01.20430-prefix/cvs/SunOS i386)
Diffstat (limited to 'net-irc/ircii')
-rw-r--r--net-irc/ircii/ChangeLog6
-rw-r--r--net-irc/ircii/ircii-20111115.ebuild3
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/ircii/ChangeLog b/net-irc/ircii/ChangeLog
index 8bc7f6bdd661..918fad2952ce 100644
--- a/net-irc/ircii/ChangeLog
+++ b/net-irc/ircii/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/ircii
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.37 2012/04/05 05:31:04 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.38 2012/05/09 13:23:29 grobian Exp $
+
+ 09 May 2012; Fabian Groffen <grobian@gentoo.org> ircii-20111115.ebuild:
+ Drop failing (flag-o-matic not inherited) append-libs, it is no longer
+ necessary
05 Apr 2012; Jeff Horelick <jdhore@gentoo.org> ircii-20111115.ebuild:
marked x86 per bug 404821
diff --git a/net-irc/ircii/ircii-20111115.ebuild b/net-irc/ircii/ircii-20111115.ebuild
index e9ea13c721b3..1792a4c2d86d 100644
--- a/net-irc/ircii/ircii-20111115.ebuild
+++ b/net-irc/ircii/ircii-20111115.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/net-irc/ircii/ircii-20111115.ebuild,v 1.5 2012/04/05 05:31:04 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20111115.ebuild,v 1.6 2012/05/09 13:23:29 grobian Exp $
EAPI=4
@@ -24,7 +24,6 @@ RDEPEND="${DEPEND}
src_configure() {
tc-export CC
- use elibc_glibc || append-libs -liconv
econf $(use_enable ipv6)
}