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 | 2f6305b4d7359dcf66bec4399cbd52ef3ed6479f (patch) | |
tree | 0235dad1ea1773e4ff914d41b42c06db63d19fd4 /app-text/winefish | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.tar.gz gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.tar.bz2 gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 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" |