diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-05 21:39:32 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-05 21:39:32 +0000 |
commit | fc0a4ce1d4db11281ebc0895a08e23b0d87b0baa (patch) | |
tree | 82f0da2ba05cb9acaadf17d27541fd2dcc2b6892 /app-editors/amyedit | |
parent | Respect CFLAGS/LDFLAGS, bug #240127 (diff) | |
download | gentoo-2-fc0a4ce1d4db11281ebc0895a08e23b0d87b0baa.tar.gz gentoo-2-fc0a4ce1d4db11281ebc0895a08e23b0d87b0baa.tar.bz2 gentoo-2-fc0a4ce1d4db11281ebc0895a08e23b0d87b0baa.zip |
Add missing intltool dep for bug #239632
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'app-editors/amyedit')
-rw-r--r-- | app-editors/amyedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-1.0-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-editors/amyedit/ChangeLog b/app-editors/amyedit/ChangeLog index 250c6fffa7e7..752ce7f3d494 100644 --- a/app-editors/amyedit/ChangeLog +++ b/app-editors/amyedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/amyedit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.18 2008/08/30 17:07:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.19 2008/10/05 21:39:32 aballier Exp $ + + 05 Oct 2008; Alexis Ballier <aballier@gentoo.org> amyedit-1.0-r1.ebuild: + Add missing intltool dep for bug #239632 30 Aug 2008; Alexis Ballier <aballier@gentoo.org> +files/amyedit-1.0-signal.patch, amyedit-1.0-r1.ebuild: diff --git a/app-editors/amyedit/amyedit-1.0-r1.ebuild b/app-editors/amyedit/amyedit-1.0-r1.ebuild index 05c50c3ac567..2c059dfefe63 100644 --- a/app-editors/amyedit/amyedit-1.0-r1.ebuild +++ b/app-editors/amyedit/amyedit-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v 1.3 2008/08/30 17:07:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v 1.4 2008/10/05 21:39:32 aballier Exp $ inherit eutils autotools @@ -17,6 +17,7 @@ RDEPEND=">=dev-cpp/gtkmm-2.6 =x11-libs/gtksourceview-1* app-text/aspell" DEPEND="${RDEPEND} + dev-util/intltool dev-util/pkgconfig" src_unpack() { |