diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-11 11:15:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-11 11:15:49 +0000 |
commit | 41a2beec242378355e89d8025ec0c0bd467158c0 (patch) | |
tree | 6292eafa8468e9f15c18b41ac1c80884ae99713e /dev-vcs | |
parent | Stable for amd64, wrt bug #451050 (diff) | |
download | gentoo-2-41a2beec242378355e89d8025ec0c0bd467158c0.tar.gz gentoo-2-41a2beec242378355e89d8025ec0c0bd467158c0.tar.bz2 gentoo-2-41a2beec242378355e89d8025ec0c0bd467158c0.zip |
Stable for amd64, wrt bug #450958
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tig/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/tig/tig-1.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-vcs/tig/ChangeLog b/dev-vcs/tig/ChangeLog index 449caa684875..ed0ceefdfa6e 100644 --- a/dev-vcs/tig/ChangeLog +++ b/dev-vcs/tig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/tig -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.18 2012/10/13 16:42:07 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.19 2013/01/11 11:15:49 ago Exp $ + + 11 Jan 2013; Agostino Sarubbo <ago@gentoo.org> tig-1.1.ebuild: + Stable for amd64, wrt bug #450958 *tig-1.1 (13 Oct 2012) @@ -187,4 +190,3 @@ - Initial addition of tig to the build system. Note that we do not add the documentation as the Makefile is a bit borked in this regard. - diff --git a/dev-vcs/tig/tig-1.1.ebuild b/dev-vcs/tig/tig-1.1.ebuild index d27184ff1f75..74a182aace8e 100644 --- a/dev-vcs/tig/tig-1.1.ebuild +++ b/dev-vcs/tig/tig-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-1.1.ebuild,v 1.1 2012/10/13 16:42:07 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-1.1.ebuild,v 1.2 2013/01/11 11:15:49 ago 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" |