diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-07-27 12:07:55 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-07-27 12:07:55 +0000 |
commit | 7f340fd8abe0d5022b5c77556e0315f990cf4a02 (patch) | |
tree | 84ec11a70e63f439e3de233e0d7c0cbbb8bd8d0f /dev-util/tig | |
parent | Marked stable on AMD64 as requested by Pacho Ramos in bug #278443. Compile-te... (diff) | |
download | gentoo-2-7f340fd8abe0d5022b5c77556e0315f990cf4a02.tar.gz gentoo-2-7f340fd8abe0d5022b5c77556e0315f990cf4a02.tar.bz2 gentoo-2-7f340fd8abe0d5022b5c77556e0315f990cf4a02.zip |
Marked stable on AMD64 as requested by Christian Faulhammer <fauli@gentoo.org> in bug #278704. Compile-tested with USE="bash-completion" on a Core2 Duo.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/tig')
-rw-r--r-- | dev-util/tig/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/tig/tig-0.14.1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/tig/ChangeLog b/dev-util/tig/ChangeLog index c04ab80b3254..eb5ae74cdca2 100644 --- a/dev-util/tig/ChangeLog +++ b/dev-util/tig/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/tig # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tig/ChangeLog,v 1.19 2009/07/22 16:48:25 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tig/ChangeLog,v 1.20 2009/07/27 12:07:55 chainsaw Exp $ + + 27 Jul 2009; <chainsaw@gentoo.org> tig-0.14.1.ebuild: + Marked stable on AMD64 as requested by Christian Faulhammer + <fauli@gentoo.org> in bug #278704. Compile-tested with + USE="bash-completion" on a Core2 Duo. 22 Jul 2009; Christian Faulhammer <fauli@gentoo.org> tig-0.14.1.ebuild: stable x86, bug 278704 diff --git a/dev-util/tig/tig-0.14.1.ebuild b/dev-util/tig/tig-0.14.1.ebuild index a76107981be2..fd9356ef9d1e 100644 --- a/dev-util/tig/tig-0.14.1.ebuild +++ b/dev-util/tig/tig-0.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tig/tig-0.14.1.ebuild,v 1.2 2009/07/22 16:48:25 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tig/tig-0.14.1.ebuild,v 1.3 2009/07/27 12:07:55 chainsaw Exp $ inherit bash-completion @@ -10,7 +10,7 @@ SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND} |