diff options
author | Alec Warner <antarus@gentoo.org> | 2006-02-15 16:17:04 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-02-15 16:17:04 +0000 |
commit | 5b082b3aa3094e0de107c61bac8c4445b2270853 (patch) | |
tree | bd563ce7d182a8fb47417dac21e7a3354a570fbd /net-irc | |
parent | Use virtualx eclass to fix make test, bug #69439. (diff) | |
download | gentoo-2-5b082b3aa3094e0de107c61bac8c4445b2270853.tar.gz gentoo-2-5b082b3aa3094e0de107c61bac8c4445b2270853.tar.bz2 gentoo-2-5b082b3aa3094e0de107c61bac8c4445b2270853.zip |
Adding ident to IUSE, thanks to Ciaran for pointing out my error.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ngircd/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/ngircd/ngircd-0.9.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-irc/ngircd/ChangeLog b/net-irc/ngircd/ChangeLog index de20cf3a31ee..d21efcda09a4 100644 --- a/net-irc/ngircd/ChangeLog +++ b/net-irc/ngircd/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for net-irc/ngircd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.19 2006/02/10 03:21:23 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.20 2006/02/15 16:17:04 antarus Exp $ + + 15 Feb 2006; Alec Warner <antarus@gentoo.org> ngircd-0.9.2-r1.ebuild + Fixed an error in IUSE reported by Ciaran <ciaranm@gentoo.org> *ngircd-0.9.2-r1 (10 Feb 2006) *ngircd-0.8.3-r1 (10 Feb 2006) - 10 Feb 2006; <antarus@gentoo.org> +ngircd-0.8.3-r1.ebuild, + 10 Feb 2006; Alec Warner <antarus@gentoo.org> +ngircd-0.8.3-r1.ebuild, +ngircd-0.9.2-r1.ebuild: Added USE=ident support, fixed DEPEND's, bug #119290 diff --git a/net-irc/ngircd/ngircd-0.9.2-r1.ebuild b/net-irc/ngircd/ngircd-0.9.2-r1.ebuild index 173ec7fa3806..273ab8583713 100644 --- a/net-irc/ngircd/ngircd-0.9.2-r1.ebuild +++ b/net-irc/ngircd/ngircd-0.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.9.2-r1.ebuild,v 1.1 2006/02/10 03:21:23 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.9.2-r1.ebuild,v 1.2 2006/02/15 16:17:04 antarus Exp $ inherit eutils @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="zlib tcpd debug" +IUSE="zlib tcpd debug ident" DEPEND="virtual/libc zlib? ( sys-libs/zlib ) |