diff options
Diffstat (limited to 'app-misc/evtest')
-rw-r--r-- | app-misc/evtest/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/evtest/evtest-1.29.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/evtest/ChangeLog b/app-misc/evtest/ChangeLog index c9c95d207e27..99ff19fc4de6 100644 --- a/app-misc/evtest/ChangeLog +++ b/app-misc/evtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/evtest # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/evtest/ChangeLog,v 1.2 2012/03/27 15:47:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/evtest/ChangeLog,v 1.3 2012/05/03 19:41:35 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> evtest-1.29.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 27 Mar 2012; Mike Frysinger <vapier@gentoo.org> evtest-1.29.ebuild: Stabilize for all. diff --git a/app-misc/evtest/evtest-1.29.ebuild b/app-misc/evtest/evtest-1.29.ebuild index 2643b03a41fd..278cb4528483 100644 --- a/app-misc/evtest/evtest-1.29.ebuild +++ b/app-misc/evtest/evtest-1.29.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-misc/evtest/evtest-1.29.ebuild,v 1.2 2012/03/27 15:47:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/evtest/evtest-1.29.ebuild,v 1.3 2012/05/03 19:41:35 jdhore Exp $ EAPI="4" @@ -22,7 +22,7 @@ IUSE="+xml" # directly need it ourselves, so don't depend on libxslt. RDEPEND="xml? ( dev-libs/libxml2 )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { # No pretty configure flag :/ |