diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 16:24:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 16:24:08 +0000 |
commit | 603bb383b2ef07adf992c0a66fad0c7ab13b5ec4 (patch) | |
tree | 6231b33a450e08b7be8f7cf8041d2c9c94ad4fd9 /app-editors | |
parent | Slot tzinfo dependency to match the gemspec. (diff) | |
download | gentoo-2-603bb383b2ef07adf992c0a66fad0c7ab13b5ec4.tar.gz gentoo-2-603bb383b2ef07adf992c0a66fad0c7ab13b5ec4.tar.bz2 gentoo-2-603bb383b2ef07adf992c0a66fad0c7ab13b5ec4.zip |
Build with ncurses[tinfo], bug 459638
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/levee/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/levee/levee-3.5a.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-editors/levee/ChangeLog b/app-editors/levee/ChangeLog index 2711ff2f9499..1b206bb74c19 100644 --- a/app-editors/levee/ChangeLog +++ b/app-editors/levee/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/levee -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/ChangeLog,v 1.28 2012/05/10 14:53:39 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/ChangeLog,v 1.29 2013/10/13 16:24:08 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> levee-3.5a.ebuild: + Build with ncurses[tinfo], bug 459638 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -levee-3.4o.ebuild: Remove old diff --git a/app-editors/levee/levee-3.5a.ebuild b/app-editors/levee/levee-3.5a.ebuild index 63f31a415379..9e40098dc646 100644 --- a/app-editors/levee/levee-3.5a.ebuild +++ b/app-editors/levee/levee-3.5a.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/levee-3.5a.ebuild,v 1.7 2012/02/13 16:32:07 darkside Exp $ - -EAPI=4 +# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/levee-3.5a.ebuild,v 1.8 2013/10/13 16:24:08 pacho Exp $ +EAPI=5 inherit toolchain-funcs eutils DESCRIPTION="Really tiny vi clone, for things like rescue disks" @@ -28,6 +27,7 @@ src_prepare() { src_configure() { export AC_CPP_PROG=$(tc-getCPP) export AC_PATH=${PATH} + export AC_LIBDIR="$($(tc-getPKG_CONFIG) --libs ncurses)" ./configure.sh --prefix="${PREFIX}"/usr || die "configure failed" } |