diff options
author | Ian Leitch <port001@gentoo.org> | 2004-06-15 16:32:06 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-06-15 16:32:06 +0000 |
commit | a456753064052a6ca3e065a17eec67ac99f00cf3 (patch) | |
tree | cfdb3a17f9a80c3d5347c155ca47f353468724c4 /x11-misc/gtodo | |
parent | Initial commit. Closes #40097. Thanks to Diego Garcia <diego@envigo.net> for ... (diff) | |
download | gentoo-2-a456753064052a6ca3e065a17eec67ac99f00cf3.tar.gz gentoo-2-a456753064052a6ca3e065a17eec67ac99f00cf3.tar.bz2 gentoo-2-a456753064052a6ca3e065a17eec67ac99f00cf3.zip |
Fixed dependencies
Diffstat (limited to 'x11-misc/gtodo')
-rw-r--r-- | x11-misc/gtodo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/gtodo/gtodo-0.13.5.ebuild | 9 | ||||
-rw-r--r-- | x11-misc/gtodo/gtodo-0.14.ebuild | 7 |
3 files changed, 16 insertions, 6 deletions
diff --git a/x11-misc/gtodo/ChangeLog b/x11-misc/gtodo/ChangeLog index ae06f7d54286..aa1e2547a7de 100644 --- a/x11-misc/gtodo/ChangeLog +++ b/x11-misc/gtodo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/gtodo # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/ChangeLog,v 1.6 2004/06/01 13:11:01 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/ChangeLog,v 1.7 2004/06/15 16:32:06 port001 Exp $ + + 15 Jun 2004; Ian Leitch <port001@gentoo.org> gtodo-0.13.5.ebuild, + gtodo-0.14.ebuild: + Fixed dependencies 01 Jun 2004; Brandon Hale <tseng@gentoo.org> gtodo-0.14.ebuild: Stable on x86, remove S= diff --git a/x11-misc/gtodo/gtodo-0.13.5.ebuild b/x11-misc/gtodo/gtodo-0.13.5.ebuild index 86378e2d63bf..c7a42e1faff4 100644 --- a/x11-misc/gtodo/gtodo-0.13.5.ebuild +++ b/x11-misc/gtodo/gtodo-0.13.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.13.5.ebuild,v 1.4 2004/04/11 15:10:54 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.13.5.ebuild,v 1.5 2004/06/15 16:32:06 port001 Exp $ inherit gnome2 inherit debug flag-o-matic @@ -17,7 +17,10 @@ SLOT="0" LICENSE="GPL-2" DEPEND=">=x11-libs/gtk+-2.0 - >=dev-libs/libxml2-2.0 - >=gnome-base/gconf-2.0" + >=dev-libs/libxml2-2.5.8 + >=gnome-base/gconf-2.0 + >=dev-libs/glib-2.0 + dev-util/pkgconfig + >=gnome-base/gnome-vfs-2.0" DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" diff --git a/x11-misc/gtodo/gtodo-0.14.ebuild b/x11-misc/gtodo/gtodo-0.14.ebuild index 62907c5d526e..376ea7e122cc 100644 --- a/x11-misc/gtodo/gtodo-0.14.ebuild +++ b/x11-misc/gtodo/gtodo-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.14.ebuild,v 1.3 2004/06/01 13:11:01 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.14.ebuild,v 1.4 2004/06/15 16:32:06 port001 Exp $ inherit gnome2 inherit debug flag-o-matic @@ -18,6 +18,9 @@ LICENSE="GPL-2" DEPEND=">=x11-libs/gtk+-2.0 >=dev-libs/libxml2-2.5.8 - >=gnome-base/gconf-2.0" + >=gnome-base/gconf-2.0 + >=dev-libs/glib-2.0 + dev-util/pkgconfig + >=gnome-base/gnome-vfs-2.0" DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" |