diff options
author | Markus Meier <maekke@gentoo.org> | 2011-07-15 20:19:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-07-15 20:19:32 +0000 |
commit | ab08c5c888c13b629c2430566c6e2c51f000dbb7 (patch) | |
tree | ae3283d57998d5ea258a388cfa895d1f7297a8b2 /dev-vcs/tig | |
parent | x86 stable, bug #372763 (diff) | |
download | gentoo-2-ab08c5c888c13b629c2430566c6e2c51f000dbb7.tar.gz gentoo-2-ab08c5c888c13b629c2430566c6e2c51f000dbb7.tar.bz2 gentoo-2-ab08c5c888c13b629c2430566c6e2c51f000dbb7.zip |
x86 stable, bug #372771
(Portage version: 2.1.10.4/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/tig')
-rw-r--r-- | dev-vcs/tig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/tig/tig-0.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/tig/ChangeLog b/dev-vcs/tig/ChangeLog index d01d9271d466..6d4a18523058 100644 --- a/dev-vcs/tig/ChangeLog +++ b/dev-vcs/tig/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2011/06/26 08:10:25 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.7 2011/07/15 20:19:32 maekke Exp $ + + 15 Jul 2011; Markus Meier <maekke@gentoo.org> tig-0.17.ebuild: + x86 stable, bug #372771 26 Jun 2011; Markos Chandras <hwoarang@gentoo.org> tig-0.17.ebuild: Stable on amd64 wrt bug #372771 diff --git a/dev-vcs/tig/tig-0.17.ebuild b/dev-vcs/tig/tig-0.17.ebuild index 24995e2818ca..1df26740352c 100644 --- a/dev-vcs/tig/tig-0.17.ebuild +++ b/dev-vcs/tig/tig-0.17.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.17.ebuild,v 1.2 2011/06/26 08:10:25 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.17.ebuild,v 1.3 2011/07/15 20:19:32 maekke 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" |