diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-07-21 13:40:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-07-21 13:40:06 +0000 |
commit | 57041a75acb9d721bdf52446e2dba39ae835a390 (patch) | |
tree | 208af22bdf32528fd3ae50c4942f52739ac96330 /x11-terms/tilda/tilda-0.9.6.ebuild | |
parent | Move kde-misc/semantik from SLOT 0 to 4. (diff) | |
download | gentoo-2-57041a75acb9d721bdf52446e2dba39ae835a390.tar.gz gentoo-2-57041a75acb9d721bdf52446e2dba39ae835a390.tar.bz2 gentoo-2-57041a75acb9d721bdf52446e2dba39ae835a390.zip |
Let it compile against glib-2.32, drop old.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
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 } |