summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-02-19 21:24:33 +0000
committerPeter Weller <welp@gentoo.org>2007-02-19 21:24:33 +0000
commit7bb4d60bf3c0fecc1cd4510ff31bded8218f57b1 (patch)
treec413bf471dfbc9915c5f118929dbeffa4dd421a3 /net-irc/ninja/ninja-1.5.9_pre14.ebuild
parentFix re-spawn crash. (Bug #162830; Slava Gorbunov and Pablo De Nápoli) (diff)
downloadhistorical-7bb4d60bf3c0fecc1cd4510ff31bded8218f57b1.tar.gz
historical-7bb4d60bf3c0fecc1cd4510ff31bded8218f57b1.tar.bz2
historical-7bb4d60bf3c0fecc1cd4510ff31bded8218f57b1.zip
Stablized _pre14 on amd64, removed older versions, added RESTRICT=test to _pre14
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'net-irc/ninja/ninja-1.5.9_pre14.ebuild')
-rw-r--r--net-irc/ninja/ninja-1.5.9_pre14.ebuild6
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 )"