diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-10-27 15:43:14 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-10-27 15:43:14 +0000 |
commit | edb238451e57f2ea89647bed7f8b40738051095a (patch) | |
tree | c9ca3dec9f66ca5907a48eeb4a8f127e4376505f /dev-vcs | |
parent | Allow usage of EAPI 1 in profiles as per council decision on 20111011 (diff) | |
download | gentoo-2-edb238451e57f2ea89647bed7f8b40738051095a.tar.gz gentoo-2-edb238451e57f2ea89647bed7f8b40738051095a.tar.bz2 gentoo-2-edb238451e57f2ea89647bed7f8b40738051095a.zip |
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani & Agostino "ago" Sarubbo in bug #388505.
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/tig/tig-0.18.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/tig/ChangeLog b/dev-vcs/tig/ChangeLog index a431d1b29565..4fd17bc01439 100644 --- a/dev-vcs/tig/ChangeLog +++ b/dev-vcs/tig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/tig # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.10 2011/09/09 16:38:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.11 2011/10/27 15:43:14 chainsaw Exp $ + + 27 Oct 2011; Tony Vroon <chainsaw@gentoo.org> tig-0.18.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani & Agostino "ago" Sarubbo in bug #388505. 09 Sep 2011; Michał Górny <mgorny@gentoo.org> tig-0.18.ebuild: Migrate to bash-completion-r1. diff --git a/dev-vcs/tig/tig-0.18.ebuild b/dev-vcs/tig/tig-0.18.ebuild index 1d8ae155fbf1..c4411fe3e036 100644 --- a/dev-vcs/tig/tig-0.18.ebuild +++ b/dev-vcs/tig/tig-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.18.ebuild,v 1.2 2011/09/09 16:38:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.18.ebuild,v 1.3 2011/10/27 15:43:14 chainsaw Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND="sys-libs/ncurses" |