summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-12-30 23:53:50 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-12-30 23:53:50 +0000
commite677af1b60ff8f7a4da1ba4643cd411d2139849f (patch)
tree90b4c58d48c1043ba80ff47161ca3c06434118e3 /dev-util/ninja
parentInstall systemd unit taken from Fedora, bug 449350. (diff)
downloadgentoo-2-e677af1b60ff8f7a4da1ba4643cd411d2139849f.tar.gz
gentoo-2-e677af1b60ff8f7a4da1ba4643cd411d2139849f.tar.bz2
gentoo-2-e677af1b60ff8f7a4da1ba4643cd411d2139849f.zip
fix collision with net-irc/ninja (bug #436804)
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-util/ninja')
-rw-r--r--dev-util/ninja/ChangeLog5
-rw-r--r--dev-util/ninja/ninja-1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ninja/ChangeLog b/dev-util/ninja/ChangeLog
index c5938f1bfb2d..18ffa2bd187c 100644
--- a/dev-util/ninja/ChangeLog
+++ b/dev-util/ninja/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/ninja
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.4 2012/10/23 15:50:41 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.5 2012/12/30 23:53:50 ottxor Exp $
+
+ 30 Dec 2012; Christoph Junghans <ottxor@gentoo.org> ninja-1.0.0.ebuild:
+ fix collision with net-irc/ninja (bug #436804)
*ninja-1.0.0 (23 Oct 2012)
diff --git a/dev-util/ninja/ninja-1.0.0.ebuild b/dev-util/ninja/ninja-1.0.0.ebuild
index 21643bf6e9d4..91a5d685d5b3 100644
--- a/dev-util/ninja/ninja-1.0.0.ebuild
+++ b/dev-util/ninja/ninja-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.0.0.ebuild,v 1.1 2012/10/23 15:50:41 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.0.0.ebuild,v 1.2 2012/12/30 23:53:50 ottxor Exp $
EAPI=4
@@ -39,7 +39,7 @@ RDEPEND="
)
)
zsh-completion? ( app-shells/zsh )
- "
+ !<net-irc/ninja-1.5.9_pre14-r1" #436804
pkg_setup() {
python_set_active_version 2