diff options
author | Markus Meier <maekke@gentoo.org> | 2015-06-14 19:48:15 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-06-14 19:48:15 +0000 |
commit | d0a96af30606714b9ae87951371702ea99d2dce3 (patch) | |
tree | bcc16078bc118ba6ec7392c0328aae678101917a | |
parent | arm stable, bug #549288 (diff) | |
download | gentoo-2-d0a96af30606714b9ae87951371702ea99d2dce3.tar.gz gentoo-2-d0a96af30606714b9ae87951371702ea99d2dce3.tar.bz2 gentoo-2-d0a96af30606714b9ae87951371702ea99d2dce3.zip |
arm stable, bug #549078
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-rw-r--r-- | dev-vcs/tig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/tig/tig-2.0.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-vcs/tig/ChangeLog b/dev-vcs/tig/ChangeLog index c5c91a1a7ae8..596701fca37e 100644 --- a/dev-vcs/tig/ChangeLog +++ b/dev-vcs/tig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/tig # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.37 2015/03/13 04:56:35 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.38 2015/06/14 19:48:15 maekke Exp $ + + 14 Jun 2015; Markus Meier <maekke@gentoo.org> tig-2.0.3.ebuild: + arm stable, bug #549078 *tig-2.1 (13 Mar 2015) diff --git a/dev-vcs/tig/tig-2.0.3.ebuild b/dev-vcs/tig/tig-2.0.3.ebuild index 0d04904b5aa6..83faf70b8bec 100644 --- a/dev-vcs/tig/tig-2.0.3.ebuild +++ b/dev-vcs/tig/tig-2.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-2.0.3.ebuild,v 1.2 2014/11/08 04:55:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-2.0.3.ebuild,v 1.3 2015/06/14 19:48:15 maekke Exp $ EAPI=5 @@ -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="unicode" DEPEND="sys-libs/ncurses[unicode?] |