# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit toolchain-funcs DESCRIPTION="A powerful and user-friendly text editor" HOMEPAGE="http://www.gnu.org/software/moe/" SRC_URI="mirror//gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" src_prepare() { tc-export CXX sed -i \ -e "/^CXXFLAGS=/d" \ -e "/^LDFLAGS=/d" \ -e "/^CXX=/d" \ configure || die "sed failed" }