diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
commit | d167bd34636a7036c9df2c541b4af35ba53eecd9 (patch) | |
tree | e4ee6d26fbac3f1a4160ae7b28fccfa193639af3 /app-text/gtkspell | |
parent | add missing test to IUSE (diff) | |
download | historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.tar.gz historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.tar.bz2 historical-d167bd34636a7036c9df2c541b4af35ba53eecd9.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.16.ebuild | 6 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-3.0.0_pre20110814-r1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index 8d159ef2708f..28e123dad60f 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gtkspell -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.90 2011/10/27 07:02:37 tetromino Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.91 2012/05/04 03:33:17 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gtkspell-2.0.16.ebuild, + gtkspell-3.0.0_pre20110814-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *gtkspell-3.0.0_pre20110814-r1 (27 Oct 2011) diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild b/app-text/gtkspell/gtkspell-2.0.16.ebuild index 633245f75925..c52e08b250a6 100644 --- a/app-text/gtkspell/gtkspell-2.0.16.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.16.ebuild,v 1.11 2011/10/27 07:02:37 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.16.ebuild,v 1.12 2012/05/04 03:33:17 jdhore Exp $ EAPI=4 @@ -17,7 +17,7 @@ IUSE="doc" RDEPEND="x11-libs/gtk+:2 >=app-text/enchant-1.1.6" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig >=dev-util/intltool-0.35.0 doc? ( dev-util/gtk-doc app-text/docbook-xml-dtd:4.2 )" diff --git a/app-text/gtkspell/gtkspell-3.0.0_pre20110814-r1.ebuild b/app-text/gtkspell/gtkspell-3.0.0_pre20110814-r1.ebuild index e3d85e46ba1a..9ebfeff8743c 100644 --- a/app-text/gtkspell/gtkspell-3.0.0_pre20110814-r1.ebuild +++ b/app-text/gtkspell/gtkspell-3.0.0_pre20110814-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-3.0.0_pre20110814-r1.ebuild,v 1.2 2011/10/27 18:44:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-3.0.0_pre20110814-r1.ebuild,v 1.3 2012/05/04 03:33:17 jdhore Exp $ EAPI="4" @@ -20,7 +20,7 @@ RDEPEND=">=app-text/enchant-1.1.6 x11-libs/gtk+:3 >=x11-libs/pango-1.8.0" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig >=dev-util/intltool-0.35.0 doc? ( >=dev-util/gtk-doc-1.17 app-text/docbook-xml-dtd:4.2 )" |