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/unrealircd | |
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/unrealircd')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 2e2b5968dbb0..22a10a024e59 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/unrealircd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.95 2012/02/21 02:17:45 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.96 2012/05/03 06:27:13 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> unrealircd-3.2.9.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 21 Feb 2012; Nathan Phillip Brink <binki@gentoo.org> -unrealircd-3.2.8.1-r1.ebuild, -unrealircd-3.2.8.1-r2.ebuild, diff --git a/net-irc/unrealircd/unrealircd-3.2.9.ebuild b/net-irc/unrealircd/unrealircd-3.2.9.ebuild index 2095860ea0fa..01b4cfe11d88 100644 --- a/net-irc/unrealircd/unrealircd-3.2.9.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.9.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/net-irc/unrealircd/unrealircd-3.2.9.ebuild,v 1.6 2012/02/05 17:51:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.9.ebuild,v 1.7 2012/05/03 06:27:13 jdhore Exp $ EAPI=4 @@ -25,7 +25,7 @@ RDEPEND="ssl? ( dev-libs/openssl ) >=net-dns/c-ares-1.7" DEPEND="${RDEPEND} >=sys-apps/sed-4 - >=dev-util/pkgconfig-0.25" + virtual/pkgconfig" S=${WORKDIR}/Unreal$(get_version_component_range 1-2) |