diff options
-rw-r--r-- | net-irc/ngircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/ngircd/ngircd-0.10.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/ngircd/ChangeLog b/net-irc/ngircd/ChangeLog index c2bfe9bbc69e..a3cbf0d8986e 100644 --- a/net-irc/ngircd/ChangeLog +++ b/net-irc/ngircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ngircd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.23 2007/03/19 10:44:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.24 2007/04/08 11:52:28 armin76 Exp $ + + 08 Apr 2007; Raúl Porcel <armin76@gentoo.org> ngircd-0.10.1.ebuild: + Restrict tests, as they don't work 19 Mar 2007; Raúl Porcel <armin76@gentoo.org> ngircd-0.10.1.ebuild: x86 stable wrt bug 171419 diff --git a/net-irc/ngircd/ngircd-0.10.1.ebuild b/net-irc/ngircd/ngircd-0.10.1.ebuild index 08f63f132ae0..e94c66f1b077 100644 --- a/net-irc/ngircd/ngircd-0.10.1.ebuild +++ b/net-irc/ngircd/ngircd-0.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.10.1.ebuild,v 1.2 2007/03/19 10:44:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.10.1.ebuild,v 1.3 2007/04/08 11:52:28 armin76 Exp $ inherit eutils @@ -12,8 +12,8 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" - IUSE="zlib tcpd debug ident" +RESTRICT="test" DEPEND="virtual/libc zlib? ( sys-libs/zlib ) |