diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 20:00:41 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 20:00:41 +0000 |
commit | c944e39aadef9fdf4757dae388e106e069771efd (patch) | |
tree | 67d9dba7373c91ddea38b00006fa5b5a3c2f922c /app-office/texstudio | |
parent | Create patchset tarball because of the valgrind patch filesize. (diff) | |
download | gentoo-2-c944e39aadef9fdf4757dae388e106e069771efd.tar.gz gentoo-2-c944e39aadef9fdf4757dae388e106e069771efd.tar.bz2 gentoo-2-c944e39aadef9fdf4757dae388e106e069771efd.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-office/texstudio')
-rw-r--r-- | app-office/texstudio/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-2.2.ebuild | 6 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-2.3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-office/texstudio/ChangeLog b/app-office/texstudio/ChangeLog index 9b2d7ac9ee82..46f9912a7091 100644 --- a/app-office/texstudio/ChangeLog +++ b/app-office/texstudio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/texstudio # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.2 2012/02/13 12:56:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.3 2012/05/03 20:00:40 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> texstudio-2.2.ebuild, + texstudio-2.3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *texstudio-2.3 (13 Feb 2012) diff --git a/app-office/texstudio/texstudio-2.2.ebuild b/app-office/texstudio/texstudio-2.2.ebuild index a57f8472dbaa..195a37870500 100644 --- a/app-office/texstudio/texstudio-2.2.ebuild +++ b/app-office/texstudio/texstudio-2.2.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-office/texstudio/texstudio-2.2.ebuild,v 1.1 2011/09/07 17:21:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.2.ebuild,v 1.2 2012/05/03 20:00:40 jdhore Exp $ EAPI=4 @@ -32,7 +32,7 @@ RDEPEND="${COMMON_DEPEND} app-text/ghostscript-gpl media-libs/netpbm" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}"/${P/-/} diff --git a/app-office/texstudio/texstudio-2.3.ebuild b/app-office/texstudio/texstudio-2.3.ebuild index ceb37d75cbec..6756f0b5e84d 100644 --- a/app-office/texstudio/texstudio-2.3.ebuild +++ b/app-office/texstudio/texstudio-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild,v 1.1 2012/02/13 12:56:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild,v 1.2 2012/05/03 20:00:40 jdhore Exp $ EAPI=4 @@ -32,7 +32,7 @@ RDEPEND="${COMMON_DEPEND} app-text/ghostscript-gpl media-libs/netpbm" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}"/${P/-/} |