diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:33:03 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:33:03 +0000 |
commit | 5f9b1df437032c3e50d53d066653f4b52868d5e6 (patch) | |
tree | a794c171fe4a31cfde98ed180260a77b3f58787d /app-editors/mlview | |
parent | Import from ::perl-experimental for biber (#386817) (diff) | |
download | gentoo-2-5f9b1df437032c3e50d53d066653f4b52868d5e6.tar.gz gentoo-2-5f9b1df437032c3e50d53d066653f4b52868d5e6.tar.bz2 gentoo-2-5f9b1df437032c3e50d53d066653f4b52868d5e6.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-editors/mlview')
-rw-r--r-- | app-editors/mlview/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/mlview/mlview-0.9.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog index d89d8eee3b3b..e4c9d46040de 100644 --- a/app-editors/mlview/ChangeLog +++ b/app-editors/mlview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/mlview -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.33 2011/09/13 11:49:36 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.34 2012/05/03 18:33:00 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> mlview-0.9.0-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 13 Sep 2011; Pacho Ramos <pacho@gentoo.org> -mlview-0.9.0.ebuild: Remove old. diff --git a/app-editors/mlview/mlview-0.9.0-r1.ebuild b/app-editors/mlview/mlview-0.9.0-r1.ebuild index 1636f9703c3b..ecec3141f33b 100644 --- a/app-editors/mlview/mlview-0.9.0-r1.ebuild +++ b/app-editors/mlview/mlview-0.9.0-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-editors/mlview/mlview-0.9.0-r1.ebuild,v 1.1 2011/08/05 01:40:12 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.9.0-r1.ebuild,v 1.2 2012/05/03 18:33:00 jdhore Exp $ EAPI=2 @@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.11:2 >=x11-libs/vte-0.11.12:0 sys-libs/zlib" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig dev-util/intltool sys-devel/gettext" |