diff options
author | 2007-02-19 21:24:33 +0000 | |
---|---|---|
committer | 2007-02-19 21:24:33 +0000 | |
commit | adee208c4cc82de5c3b5a4905eea9f36477c7b23 (patch) | |
tree | 856700d6ddeaf8b42d600e4e4322a64d07da77b8 /net-irc | |
parent | Fix re-spawn crash. (Bug #162830; Slava Gorbunov and Pablo De Nápoli) (diff) | |
download | gentoo-2-adee208c4cc82de5c3b5a4905eea9f36477c7b23.tar.gz gentoo-2-adee208c4cc82de5c3b5a4905eea9f36477c7b23.tar.bz2 gentoo-2-adee208c4cc82de5c3b5a4905eea9f36477c7b23.zip |
Stablized _pre14 on amd64, removed older versions, added RESTRICT=test to _pre14
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ninja/ninja-1.5.9_pre14.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-irc/ninja/ninja-1.5.9_pre14.ebuild b/net-irc/ninja/ninja-1.5.9_pre14.ebuild index b28a8b2203cc..614ad3975e46 100644 --- a/net-irc/ninja/ninja-1.5.9_pre14.ebuild +++ b/net-irc/ninja/ninja-1.5.9_pre14.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/ninja/ninja-1.5.9_pre14.ebuild,v 1.2 2007/02/19 16:59:01 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ninja-1.5.9_pre14.ebuild,v 1.3 2007/02/19 21:24:33 welp Exp $ S=${WORKDIR}/${P/_*/} @@ -9,9 +9,11 @@ HOMEPAGE="http://ninja.qoop.org/" SRC_URI="ftp://qoop.org/ninja/stable/${P/_/}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="ncurses ipv6 ssl" +RESTRICT="test" + DEPEND="virtual/libc ncurses? ( sys-libs/ncurses ) ssl? ( dev-libs/openssl )" |