diff options
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" |