diff options
author | 2006-11-17 18:11:02 +0000 | |
---|---|---|
committer | 2006-11-17 18:11:02 +0000 | |
commit | 7b8f72b2a3024d8c769d2977343ad25edb00b320 (patch) | |
tree | ae9db824ff10e3745df3ad9fc8f375a85059613f /app-text/gtkspell/gtkspell-2.0.11-r1.ebuild | |
parent | Don't depend on only 3.5.5, to avoid having problem with dependencies if arch... (diff) | |
download | gentoo-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/gtkspell-2.0.11-r1.ebuild')
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.11-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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* )" |