diff options
Diffstat (limited to 'x11-terms/tilda/tilda-0.9.6.ebuild')
-rw-r--r-- | x11-terms/tilda/tilda-0.9.6.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/x11-terms/tilda/tilda-0.9.6.ebuild b/x11-terms/tilda/tilda-0.9.6.ebuild index 4ad262627ebc..2f5aacb584a2 100644 --- a/x11-terms/tilda/tilda-0.9.6.ebuild +++ b/x11-terms/tilda/tilda-0.9.6.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.9 2012/05/03 07:11:35 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.10 2012/07/21 13:40:06 pacho Exp $ + +EAPI=4 -EAPI=2 inherit eutils DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters" @@ -15,7 +16,7 @@ KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/vte:0 - >=dev-libs/glib-2.8.4 + >=dev-libs/glib-2.8.4:2 dev-libs/confuse gnome-base/libglade" DEPEND="${RDEPEND} @@ -23,9 +24,5 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${PN}-0.9.6-gdk_resources.patch -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README TODO + epatch "${FILESDIR}"/${PN}-0.9.6-glib-single-include.patch } |