diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-05-13 16:27:57 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-05-13 16:27:57 +0000 |
commit | 412b0a7b833aa6c0159c15cfb3314acf41f8fbca (patch) | |
tree | b6d1d46c653d1b4c37e0c8b2c1db604c088fd157 /net-im/empathy | |
parent | EAPI=2; add gcc44 patch submitted by Oschtan via bug #269678 (diff) | |
download | gentoo-2-412b0a7b833aa6c0159c15cfb3314acf41f8fbca.tar.gz gentoo-2-412b0a7b833aa6c0159c15cfb3314acf41f8fbca.tar.bz2 gentoo-2-412b0a7b833aa6c0159c15cfb3314acf41f8fbca.zip |
Add app-text/scrollkeeper dep, add missing inherit eutils
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'net-im/empathy')
-rw-r--r-- | net-im/empathy/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/empathy/empathy-2.26.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-im/empathy/ChangeLog b/net-im/empathy/ChangeLog index 633919cb1766..ce925cfb4821 100644 --- a/net-im/empathy/ChangeLog +++ b/net-im/empathy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/empathy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.36 2009/05/10 21:10:10 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.37 2009/05/13 16:27:57 nirbheek Exp $ + + 13 May 2009; Nirbheek Chauhan <nirbheek@gentoo.org> empathy-2.26.1.ebuild: + Add app-text/scrollkeeper dep, add missing inherit eutils *empathy-2.26.1 (10 May 2009) diff --git a/net-im/empathy/empathy-2.26.1.ebuild b/net-im/empathy/empathy-2.26.1.ebuild index c96c15a55d07..083c686a87e8 100644 --- a/net-im/empathy/empathy-2.26.1.ebuild +++ b/net-im/empathy/empathy-2.26.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.26.1.ebuild,v 1.1 2009/05/10 21:10:10 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.26.1.ebuild,v 1.2 2009/05/13 16:27:57 nirbheek Exp $ EAPI="2" -inherit gnome2 +inherit eutils gnome2 DESCRIPTION="Telepathy client and library using GTK+" HOMEPAGE="http://live.gnome.org/Empathy" @@ -39,6 +39,7 @@ RDEPEND=">=dev-libs/glib-2.16.0 >=dev-lang/python-2.4.4-r5 >=dev-python/pygtk-2 )" DEPEND="${RDEPEND} + app-text/scrollkeeper app-text/gnome-doc-utils >=dev-util/intltool-0.35.0 >=dev-util/pkgconfig-0.16 |