# Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE" HOMEPAGE="http://lxde.sf.net/" SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" LICENSE="GPL-2" KEYWORDS="*" SLOT="0" IUSE="" RDEPEND="dev-libs/glib:2 x11-libs/gtk+:2 x11-libs/vte:0" DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/gettext >=dev-util/intltool-0.40.0" DOCS=( AUTHORS NEWS ) src_configure() { econf \ --enable-gtk3=no }