diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-08-22 20:17:54 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-08-22 20:17:54 +0000 |
commit | 4b227dc75dcb0e94ba2ffa052bb5b622218518df (patch) | |
tree | 484b33562d6cfc489e8b0ed19e1ccbbaa3958946 /dev-util | |
parent | drop broken python versions wrt #480790 (diff) | |
download | gentoo-2-4b227dc75dcb0e94ba2ffa052bb5b622218518df.tar.gz gentoo-2-4b227dc75dcb0e94ba2ffa052bb5b622218518df.tar.bz2 gentoo-2-4b227dc75dcb0e94ba2ffa052bb5b622218518df.zip |
drop python3 from here as well since autocompletion is broken with it
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ninja-ide/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ninja-ide/ninja-ide-2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ninja-ide/ChangeLog b/dev-util/ninja-ide/ChangeLog index f707ede97290..f0891fa6e057 100644 --- a/dev-util/ninja-ide/ChangeLog +++ b/dev-util/ninja-ide/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ninja-ide # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ChangeLog,v 1.21 2013/08/22 19:43:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ChangeLog,v 1.22 2013/08/22 20:17:54 hasufell Exp $ + + 22 Aug 2013; Julian Ospald <hasufell@gentoo.org> ninja-ide-2.2.ebuild: + drop python3 from here as well since autocompletion is broken with it 22 Aug 2013; Julian Ospald <hasufell@gentoo.org> ninja-ide-2.3.ebuild: drop broken python versions wrt #480790 diff --git a/dev-util/ninja-ide/ninja-ide-2.2.ebuild b/dev-util/ninja-ide/ninja-ide-2.2.ebuild index 744fecf3f4bc..b0d0792e6619 100644 --- a/dev-util/ninja-ide/ninja-ide-2.2.ebuild +++ b/dev-util/ninja-ide/ninja-ide-2.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.2.ebuild,v 1.4 2013/07/04 09:13:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.2.ebuild,v 1.5 2013/08/22 20:17:54 hasufell Exp $ # XXX: tests EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 python3_1 python3_2 python3_3 ) +PYTHON_COMPAT=( python2_6 python2_7 ) inherit eutils gnome2-utils distutils-r1 vcs-snapshot |