diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2005-03-12 19:49:31 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2005-03-12 19:49:31 +0000 |
commit | 4564ca4bf8a985074ba99210d2dd9b7f9685b3c7 (patch) | |
tree | c42e6c460fb82d3a8ccc9991c3c4c117e82e4723 /net-mail/gnubiff | |
parent | arm/hppa/ia64 stable (diff) | |
download | gentoo-2-4564ca4bf8a985074ba99210d2dd9b7f9685b3c7.tar.gz gentoo-2-4564ca4bf8a985074ba99210d2dd9b7f9685b3c7.tar.bz2 gentoo-2-4564ca4bf8a985074ba99210d2dd9b7f9685b3c7.zip |
added libglade to DEPEND
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail/gnubiff')
-rw-r--r-- | net-mail/gnubiff/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.1.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-mail/gnubiff/ChangeLog b/net-mail/gnubiff/ChangeLog index 797eb8018d64..b7fa2c3292fe 100644 --- a/net-mail/gnubiff/ChangeLog +++ b/net-mail/gnubiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/gnubiff # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.3 2005/03/10 18:00:00 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.4 2005/03/12 19:49:31 nakano Exp $ + + 12 Mar 2005; Masatomo Nakano <nakano@gentoo.org> gnubiff-2.1.1.ebuild: + Added libglade to DEPEND. *gnubiff-2.0.2 (10 Mar 2005) diff --git a/net-mail/gnubiff/gnubiff-2.1.1.ebuild b/net-mail/gnubiff/gnubiff-2.1.1.ebuild index bff59f1024e4..b587abe7183e 100644 --- a/net-mail/gnubiff/gnubiff-2.1.1.ebuild +++ b/net-mail/gnubiff/gnubiff-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.1.1.ebuild,v 1.1 2005/03/07 12:57:56 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.1.1.ebuild,v 1.2 2005/03/12 19:49:31 nakano Exp $ inherit eutils @@ -14,6 +14,7 @@ IUSE="gnome password" RDEPEND="virtual/libc >=x11-libs/gtk+-2.4 + >=gnome-base/libglade-2.3 gnome? ( >=gnome-base/libgnome-2.2 >=gnome-base/libgnomeui-2.2 )" |