*** irssi-0.8.15-r1.ebuild Sun Dec 2 05:31:23 2012 --- irssi-0.8.15-r2.ebuild Sun Mar 2 13:11:54 2014 *************** *** 1,10 **** ! # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 ! # $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.15-r1.ebuild,v 1.12 2012/12/01 18:28:00 armin76 Exp $ EAPI=4 ! inherit perl-module libtool # Keep for _rc compability MY_P="${P/_/-}" --- 1,10 ---- ! # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 ! # $Header: $ EAPI=4 ! inherit autotools-utils perl-module # Keep for _rc compability MY_P="${P/_/-}" *************** *** 15,21 **** LICENSE="GPL-2" SLOT="0" ! KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="ipv6 +perl ssl socks5" RDEPEND="sys-libs/ncurses --- 15,21 ---- LICENSE="GPL-2" SLOT="0" ! KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="ipv6 +perl ssl socks5" RDEPEND="sys-libs/ncurses *************** *** 30,38 **** S=${WORKDIR}/${MY_P} src_prepare() { epunt_cxx ! elibtoolize # for Darwin bundle } src_configure() { --- 30,41 ---- S=${WORKDIR}/${MY_P} + PATCHES=( "${FILESDIR}/${PN}-0.8.15-tinfo.patch" ) + src_prepare() { epunt_cxx ! AUTOTOOLS_AUTORECONF=1 ! autotools-utils_src_prepare } src_configure() {