diff options
author | 2012-05-03 04:18:37 +0000 | |
---|---|---|
committer | 2012-05-03 04:18:37 +0000 | |
commit | 2c073fdc82cb8998512649a3eb1f89c9844999da (patch) | |
tree | 4522056b4172485681319700b320a0ea71538bd9 /net-mail/mswatch | |
parent | whitespace (diff) | |
download | gentoo-2-2c073fdc82cb8998512649a3eb1f89c9844999da.tar.gz gentoo-2-2c073fdc82cb8998512649a3eb1f89c9844999da.tar.bz2 gentoo-2-2c073fdc82cb8998512649a3eb1f89c9844999da.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'net-mail/mswatch')
-rw-r--r-- | net-mail/mswatch/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/mswatch/mswatch-1.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/mswatch/ChangeLog b/net-mail/mswatch/ChangeLog index 4c67fd45693c..91d0307156f9 100644 --- a/net-mail/mswatch/ChangeLog +++ b/net-mail/mswatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mswatch -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.3 2011/11/28 02:30:44 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.4 2012/05/03 04:18:37 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> mswatch-1.2.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 28 Nov 2011; Tim Harder <radhermit@gentoo.org> mswatch-1.2.0.ebuild: Fix autotools-utils usage (bug #392169). diff --git a/net-mail/mswatch/mswatch-1.2.0.ebuild b/net-mail/mswatch/mswatch-1.2.0.ebuild index 8c907aeab974..26aac1a974ae 100644 --- a/net-mail/mswatch/mswatch-1.2.0.ebuild +++ b/net-mail/mswatch/mswatch-1.2.0.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/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.3 2011/11/28 02:30:44 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.4 2012/05/03 04:18:37 jdhore Exp $ EAPI="4" @@ -17,7 +17,7 @@ IUSE="static-libs" RDEPEND=">=dev-libs/glib-2.6:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" CONFIG_CHECK="~INOTIFY_USER" ERROR_INOTIFY_USER="${P} requires in-kernel inotify support." |