diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 06:27:15 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 06:27:15 +0000 |
commit | 2d858ac7c8917c34d8e79b62c4ea8d4186c7f8d2 (patch) | |
tree | 1b59c50693a5d3b24db9374e045041b31fb48b83 /net-irc/ultimate | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-2d858ac7c8917c34d8e79b62c4ea8d4186c7f8d2.tar.gz historical-2d858ac7c8917c34d8e79b62c4ea8d4186c7f8d2.tar.bz2 historical-2d858ac7c8917c34d8e79b62c4ea8d4186c7f8d2.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'net-irc/ultimate')
-rw-r--r-- | net-irc/ultimate/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/ultimate/ultimate-3.0.2-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/ultimate/ChangeLog b/net-irc/ultimate/ChangeLog index 7d2f47f052b8..3bb82d05374d 100644 --- a/net-irc/ultimate/ChangeLog +++ b/net-irc/ultimate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ultimate -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.22 2011/06/16 13:06:44 binki Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.23 2012/05/03 06:27:13 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> ultimate-3.0.2-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *ultimate-3.0.2-r2 (16 Jun 2011) diff --git a/net-irc/ultimate/ultimate-3.0.2-r2.ebuild b/net-irc/ultimate/ultimate-3.0.2-r2.ebuild index 782a95b9fef1..42443fdbb180 100644 --- a/net-irc/ultimate/ultimate-3.0.2-r2.ebuild +++ b/net-irc/ultimate/ultimate-3.0.2-r2.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-irc/ultimate/ultimate-3.0.2-r2.ebuild,v 1.1 2011/06/16 13:06:45 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-3.0.2-r2.ebuild,v 1.2 2012/05/03 06:27:13 jdhore Exp $ EAPI=4 @@ -21,7 +21,7 @@ IUSE="ssl" RDEPEND="sys-libs/zlib ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} |