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 | 5bed84b57f06c1977782b395e3c41a7914b46b8c (patch) | |
tree | e493b1314b2654bd7094c169aa07ad7d24fc8cc1 /app-office/texmakerx | |
parent | New glibc now includes nss-db again, so block the new glibc here, and block n... (diff) | |
download | historical-5bed84b57f06c1977782b395e3c41a7914b46b8c.tar.gz historical-5bed84b57f06c1977782b395e3c41a7914b46b8c.tar.bz2 historical-5bed84b57f06c1977782b395e3c41a7914b46b8c.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-office/texmakerx')
-rw-r--r-- | app-office/texmakerx/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/texmakerx/texmakerx-2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-office/texmakerx/ChangeLog b/app-office/texmakerx/ChangeLog index 1d62ac0fcdd9..504d34fe21ca 100644 --- a/app-office/texmakerx/ChangeLog +++ b/app-office/texmakerx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmakerx -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmakerx/ChangeLog,v 1.2 2011/06/17 07:55:28 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/texmakerx/ChangeLog,v 1.3 2012/05/03 20:00:41 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> texmakerx-2.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 17 Jun 2011; Justin Lecher <jlec@gentoo.org> texmakerx-2.1.ebuild: Add missing deps, #371739 diff --git a/app-office/texmakerx/texmakerx-2.1.ebuild b/app-office/texmakerx/texmakerx-2.1.ebuild index 15c4313ce01a..8a8427ee28ea 100644 --- a/app-office/texmakerx/texmakerx-2.1.ebuild +++ b/app-office/texmakerx/texmakerx-2.1.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/texmakerx/texmakerx-2.1.ebuild,v 1.2 2011/06/17 07:55:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmakerx/texmakerx-2.1.ebuild,v 1.3 2012/05/03 20:00:41 jdhore Exp $ EAPI=4 @@ -31,7 +31,7 @@ RDEPEND="${COMMON_DEPEND} app-text/ghostscript-gpl media-libs/netpbm" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}"/${P/-/} |