diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2011-05-07 04:45:49 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2011-05-07 04:45:49 +0000 |
commit | 6e7b502bee22a81c456068fc8e60c4e0e34b38eb (patch) | |
tree | dca52a8b0f0bfd134e66e6ce2f8bd524fed825d6 /net-irc/unrealircd | |
parent | stable for alpha (diff) | |
download | gentoo-2-6e7b502bee22a81c456068fc8e60c4e0e34b38eb.tar.gz gentoo-2-6e7b502bee22a81c456068fc8e60c4e0e34b38eb.tar.bz2 gentoo-2-6e7b502bee22a81c456068fc8e60c4e0e34b38eb.zip |
When compiling with curl support, require curl to be compiled against c-ares.
(Portage version: 2.2.0_alpha30-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 66b4ccddd1db..9a5f15a03b68 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/unrealircd # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.82 2011/05/07 04:45:49 binki Exp $ + + 07 May 2011; Nathan Phillip Brink <binki@gentoo.org> + unrealircd-3.2.8.1-r1.ebuild: + When compiling with curl support, require curl to be compiled against + c-ares. 05 May 2011; Nathan Phillip Brink <binki@gentoo.org> 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 0221c12536fe..ca6eea69e117 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-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.5 2011/05/05 18:32:57 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.6 2011/05/07 04:45:49 binki Exp $ EAPI="2" @@ -21,7 +21,7 @@ showlistmodes shunnotices ssl topicisnuhost +usermod zlib" RDEPEND="ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib ) - curl? ( net-misc/curl ) + curl? ( net-misc/curl[ares] ) dev-libs/tre >=net-dns/c-ares-1.5.3" DEPEND="${RDEPEND} @@ -161,3 +161,4 @@ pkg_postinst() { elog "You can also use /etc/init.d/unrealircd to start at boot" elog } + |