diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 05:12:03 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 05:12:03 +0000 |
commit | 71032b758c33f48478876185c0b5582aacc783aa (patch) | |
tree | cd0ce3321aed5d220ec241df560758f0d4413670 /x11-plugins/pidgin-bot-sentry | |
parent | dev-util/pkgconifg -> virtual/pkgconfig (diff) | |
download | gentoo-2-71032b758c33f48478876185c0b5582aacc783aa.tar.gz gentoo-2-71032b758c33f48478876185c0b5582aacc783aa.tar.bz2 gentoo-2-71032b758c33f48478876185c0b5582aacc783aa.zip |
dev-util/pkgconfig -. virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/pidgin-bot-sentry')
-rw-r--r-- | x11-plugins/pidgin-bot-sentry/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/pidgin-bot-sentry/ChangeLog b/x11-plugins/pidgin-bot-sentry/ChangeLog index 3b9472e0f578..c5cc4a0619d5 100644 --- a/x11-plugins/pidgin-bot-sentry/ChangeLog +++ b/x11-plugins/pidgin-bot-sentry/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/pidgin-bot-sentry -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-bot-sentry/ChangeLog,v 1.2 2011/03/29 13:05:53 angelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-bot-sentry/ChangeLog,v 1.3 2012/05/05 05:12:02 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> + pidgin-bot-sentry-1.3.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 29 Mar 2011; Christoph Mende <angelos@gentoo.org> pidgin-bot-sentry-1.3.0.ebuild: diff --git a/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild b/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild index b8132d1fa2db..ef12175de8a2 100644 --- a/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild +++ b/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.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/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild,v 1.2 2011/03/29 13:05:53 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild,v 1.3 2012/05/05 05:12:02 jdhore Exp $ EAPI="3" @@ -21,7 +21,7 @@ RDEPEND="net-im/pidgin[gtk] DEPEND="${RDEPEND} >=dev-util/intltool-0.40 - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${MY_P}" |