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/winefish | |
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/winefish')
-rw-r--r-- | app-text/winefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/winefish/winefish-1.3.3-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/winefish/ChangeLog b/app-text/winefish/ChangeLog index 309887f6f2ee..4bb100314196 100644 --- a/app-text/winefish/ChangeLog +++ b/app-text/winefish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/winefish -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.11 2011/04/16 19:50:54 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.12 2012/05/04 03:33:14 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> winefish-1.3.3-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> winefish-1.3.3-r1.ebuild: Replace virtual/aspell-dict dependency by app-text/aspell, bug 358821. diff --git a/app-text/winefish/winefish-1.3.3-r1.ebuild b/app-text/winefish/winefish-1.3.3-r1.ebuild index 031b902321d6..f35361bcc9de 100644 --- a/app-text/winefish/winefish-1.3.3-r1.ebuild +++ b/app-text/winefish/winefish-1.3.3-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/winefish/winefish-1.3.3-r1.ebuild,v 1.2 2011/04/16 19:50:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3-r1.ebuild,v 1.3 2012/05/04 03:33:14 jdhore Exp $ EAPI=3 @@ -21,7 +21,7 @@ RDEPEND=">=x11-libs/gtk+-2.4:2 >=dev-libs/libpcre-6.3 spell? ( app-text/aspell )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}/${P}-nostrip.patch" |