diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-11-17 18:11:02 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-11-17 18:11:02 +0000 |
commit | 93f9e22c050b3b65169997982dcec2fe80c984c8 (patch) | |
tree | d9633cc39e7214d5fdad53a6b3c2144d81d73bd9 /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 | historical-93f9e22c050b3b65169997982dcec2fe80c984c8.tar.gz historical-93f9e22c050b3b65169997982dcec2fe80c984c8.tar.bz2 historical-93f9e22c050b3b65169997982dcec2fe80c984c8.zip |
Add dep on pkgconfig for bug #155002; clean up old version
Package-Manager: portage-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* )" |