diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:53:54 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:53:54 +0000 |
commit | 32f901062fd52de9e9c0015e9df78baa7ad88805 (patch) | |
tree | f738f2e0eda6fda4dfaf576d3c181cf3134eb5ae /x11-misc/xlockmore/xlockmore-5.31.ebuild | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.tar.gz gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.tar.bz2 gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.zip |
dev-util/pkgconifg -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'x11-misc/xlockmore/xlockmore-5.31.ebuild')
-rw-r--r-- | x11-misc/xlockmore/xlockmore-5.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xlockmore/xlockmore-5.31.ebuild b/x11-misc/xlockmore/xlockmore-5.31.ebuild index 1fa0041f0c19..f1f9b810e347 100644 --- a/x11-misc/xlockmore/xlockmore-5.31.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.31.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/x11-misc/xlockmore/xlockmore-5.31.ebuild,v 1.11 2012/01/08 14:27:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.31.ebuild,v 1.12 2012/05/05 04:53:43 jdhore Exp $ EAPI=2 inherit autotools eutils flag-o-matic pam @@ -28,7 +28,7 @@ RDEPEND="x11-libs/libX11 gtk? ( x11-libs/gtk+:2 ) xinerama? ( x11-libs/libXinerama )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig x11-proto/xineramaproto" MAKEOPTS="${MAKEOPTS} -j1" |