summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2006-11-17 18:11:02 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2006-11-17 18:11:02 +0000
commit7b8f72b2a3024d8c769d2977343ad25edb00b320 (patch)
treeae9db824ff10e3745df3ad9fc8f375a85059613f /app-text/gtkspell
parentDon't depend on only 3.5.5, to avoid having problem with dependencies if arch... (diff)
downloadgentoo-2-7b8f72b2a3024d8c769d2977343ad25edb00b320.tar.gz
gentoo-2-7b8f72b2a3024d8c769d2977343ad25edb00b320.tar.bz2
gentoo-2-7b8f72b2a3024d8c769d2977343ad25edb00b320.zip
Add dep on pkgconfig for bug #155002; clean up old version
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r--app-text/gtkspell/ChangeLog7
-rw-r--r--app-text/gtkspell/gtkspell-2.0.11-r1.ebuild3
2 files changed, 8 insertions, 2 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog
index 86934534dcba..dda881bef4dc 100644
--- a/app-text/gtkspell/ChangeLog
+++ b/app-text/gtkspell/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/gtkspell
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.48 2006/09/05 04:08:01 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.49 2006/11/17 18:11:02 dang Exp $
+
+ 17 Nov 2006; Daniel Gryniewicz <dang@gentoo.org>
+ -files/gtkspell-2.0.10-enchant.patch, -gtkspell-2.0.11.ebuild,
+ gtkspell-2.0.11-r1.ebuild:
+ Add dep on pkgconfig for bug #155002; clean up old version
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> gtkspell-2.0.11-r1.ebuild:
Marked stable on mips.
diff --git a/app-text/gtkspell/gtkspell-2.0.11-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.11-r1.ebuild
index cea009a53a2e..14533575aeb3 100644
--- a/app-text/gtkspell/gtkspell-2.0.11-r1.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.11-r1.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/app-text/gtkspell/gtkspell-2.0.11-r1.ebuild,v 1.2 2006/09/05 04:08:01 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.11-r1.ebuild,v 1.3 2006/11/17 18:11:02 dang Exp $
inherit libtool eutils
@@ -18,6 +18,7 @@ RDEPEND=">=x11-libs/gtk+-2
DEPEND="${RDEPEND}
sys-devel/autoconf
+ dev-util/pkgconfig
doc? ( >=dev-util/gtk-doc-1
=app-text/docbook-xml-dtd-4.2* )"