diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-06-10 00:28:41 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-06-10 00:28:41 +0000 |
commit | f9a6e11202320f7b77e15d42bcce2e7dc4681ed6 (patch) | |
tree | 9e10d106d6e4e9c9902cc82303de08a1fd0c28d6 /gnome-extra/gtkhtml/gtkhtml-3.2.5.ebuild | |
parent | Patch to fix bug #136233, to use utimes instead of utime. (diff) | |
download | gentoo-2-f9a6e11202320f7b77e15d42bcce2e7dc4681ed6.tar.gz gentoo-2-f9a6e11202320f7b77e15d42bcce2e7dc4681ed6.tar.bz2 gentoo-2-f9a6e11202320f7b77e15d42bcce2e7dc4681ed6.zip |
hack the atoms to work with portage. we should reverse this at some point in the future when portage officially supports it.
(Portage version: 2.1_rc4-r1)
Diffstat (limited to 'gnome-extra/gtkhtml/gtkhtml-3.2.5.ebuild')
-rw-r--r-- | gnome-extra/gtkhtml/gtkhtml-3.2.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-extra/gtkhtml/gtkhtml-3.2.5.ebuild b/gnome-extra/gtkhtml/gtkhtml-3.2.5.ebuild index 55b47060354e..afcacb01fc6d 100644 --- a/gnome-extra/gtkhtml/gtkhtml-3.2.5.ebuild +++ b/gnome-extra/gtkhtml/gtkhtml-3.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.2.5.ebuild,v 1.3 2006/03/19 02:28:10 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.2.5.ebuild,v 1.4 2006/06/10 00:28:41 allanonjl Exp $ inherit gnome2 eutils @@ -21,7 +21,8 @@ RDEPEND=">=net-libs/libsoup-2.2.1 >=gnome-base/libglade-2 >=gnome-base/libbonoboui-2.2.4 >=gnome-base/gail-1 - !=gnome-extra/gtkhtml-3.1.*" + !=gnome-extra/gtkhtml-3.1.19 + !=gnome-extra/gtkhtml-3.1.20" DEPEND="${RDEPEND} >=dev-util/intltool-0.30 |