summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2011-05-05 18:32:57 +0000
committerNathan Phillip Brink <binki@gentoo.org>2011-05-05 18:32:57 +0000
commit9e95ae38c4b903f07f306ee42b27f5e35f307516 (patch)
tree72f5d6c44b1819180159016d27a64c1379a50105 /net-irc/unrealircd
parentVersion bump (diff)
downloadgentoo-2-9e95ae38c4b903f07f306ee42b27f5e35f307516.tar.gz
gentoo-2-9e95ae38c4b903f07f306ee42b27f5e35f307516.tar.bz2
gentoo-2-9e95ae38c4b903f07f306ee42b27f5e35f307516.zip
Fix bug 316379 reported by shimi by adding buildtime depend on pkgconfig.
(Portage version: 2.2.0_alpha30-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r--net-irc/unrealircd/ChangeLog8
-rw-r--r--net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog
index d9d19c3040dd..66b4ccddd1db 100644
--- a/net-irc/unrealircd/ChangeLog
+++ b/net-irc/unrealircd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/unrealircd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.80 2010/06/12 21:18:26 a3li Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.81 2011/05/05 18:32:57 binki Exp $
+
+ 05 May 2011; Nathan Phillip Brink <binki@gentoo.org>
+ unrealircd-3.2.8.1-r1.ebuild:
+ Fix bug 316379 reported by shimi by adding buildtime depend on pkgconfig.
12 Jun 2010; Alex Legler <a3li@gentoo.org> -unrealircd-3.2.8.1.ebuild,
unrealircd-3.2.8.1-r1.ebuild:
diff --git a/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild b/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild
index 7c4586172cb2..0221c12536fe 100644
--- a/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.4 2010/06/12 22:42:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.5 2011/05/05 18:32:57 binki Exp $
EAPI="2"
@@ -25,7 +25,8 @@ RDEPEND="ssl? ( dev-libs/openssl )
dev-libs/tre
>=net-dns/c-ares-1.5.3"
DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
+ >=sys-apps/sed-4
+ >=dev-util/pkgconfig-0.25"
S="${WORKDIR}/Unreal$(get_version_component_range 1-2)"