diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-06 19:32:58 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-06 19:32:58 +0000 |
commit | 0c9ae768d37a876d2f025c5bc38294292f0bf360 (patch) | |
tree | e595e99cf08f4e3498b6b1f21e917efd4662a07d /x11-terms/tilda | |
parent | Marking 2.4.9 and 2.2.24 ppc64 for bug 292960 (diff) | |
download | gentoo-2-0c9ae768d37a876d2f025c5bc38294292f0bf360.tar.gz gentoo-2-0c9ae768d37a876d2f025c5bc38294292f0bf360.tar.bz2 gentoo-2-0c9ae768d37a876d2f025c5bc38294292f0bf360.zip |
add libglade dependency from Prefix
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'x11-terms/tilda')
-rw-r--r-- | x11-terms/tilda/ChangeLog | 7 | ||||
-rw-r--r-- | x11-terms/tilda/tilda-0.9.6.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-terms/tilda/ChangeLog b/x11-terms/tilda/ChangeLog index 510471ffed92..1191f5b60c6b 100644 --- a/x11-terms/tilda/ChangeLog +++ b/x11-terms/tilda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/tilda -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.20 2009/03/24 22:45:14 josejx Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.21 2010/01/06 19:32:58 fauli Exp $ + + 06 Jan 2010; Christian Faulhammer <fauli@gentoo.org> tilda-0.9.6.ebuild: + add libglade dependency from Prefix 24 Mar 2009; Joseph Jezak <josejx@gentoo.org> tilda-0.9.6.ebuild: Marked ppc stable for bug #236885. diff --git a/x11-terms/tilda/tilda-0.9.6.ebuild b/x11-terms/tilda/tilda-0.9.6.ebuild index ee4d293496ae..0d30b36a22a9 100644 --- a/x11-terms/tilda/tilda-0.9.6.ebuild +++ b/x11-terms/tilda/tilda-0.9.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.4 2009/03/24 22:45:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.5 2010/01/06 19:32:58 fauli Exp $ DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters" HOMEPAGE="http://tilda.sourceforge.net" @@ -13,7 +13,8 @@ IUSE="" RDEPEND="x11-libs/vte >=dev-libs/glib-2.8.4 - dev-libs/confuse" + dev-libs/confuse + gnome-base/libglade" DEPEND="${RDEPEND} dev-util/pkgconfig" |