diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-12 17:15:16 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-12 17:15:16 +0000 |
commit | f21fca981b163cdc2641cae97540288580a0f47d (patch) | |
tree | 1309e685d09b473ed2539a8347ef522fc1261238 /x11-misc/gtodo | |
parent | Fix quoting, fix local declaration of myconf, add a pkg_setup error if media-... (diff) | |
download | gentoo-2-f21fca981b163cdc2641cae97540288580a0f47d.tar.gz gentoo-2-f21fca981b163cdc2641cae97540288580a0f47d.tar.bz2 gentoo-2-f21fca981b163cdc2641cae97540288580a0f47d.zip |
Add missing intltool dep.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-misc/gtodo')
-rw-r--r-- | x11-misc/gtodo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/gtodo/ChangeLog b/x11-misc/gtodo/ChangeLog index d7bb9cef7abe..b03b490fbc4c 100644 --- a/x11-misc/gtodo/ChangeLog +++ b/x11-misc/gtodo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/gtodo # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/ChangeLog,v 1.14 2007/02/12 17:10:10 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/ChangeLog,v 1.15 2007/02/12 17:15:16 drac Exp $ + + 12 Feb 2007; Samuli Suominen <drac@gentoo.org> gtodo-0.16.0_rc2.ebuild: + Add missing intltool dep. *gtodo-0.16.0_rc2 (12 Feb 2007) diff --git a/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild b/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild index b6f81727911a..9672cb1b2b42 100644 --- a/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild +++ b/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild,v 1.1 2007/02/12 17:10:10 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.16.0_rc2.ebuild,v 1.2 2007/02/12 17:15:16 drac Exp $ inherit gnome2 versionator @@ -23,6 +23,7 @@ RDEPEND=">=x11-libs/gtk+-2.4 >=gnome-base/gnome-vfs-2" DEPEND="${RDEPEND} dev-util/pkgconfig + dev-util/intltool sys-devel/gettext dev-libs/libxslt" |