diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-26 08:10:25 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-26 08:10:25 +0000 |
commit | 4d1cd89b5049d7adc1060c3aecd0e8eedf18929b (patch) | |
tree | 8d3a00e92f2bf0270e939f7a8fa9027644d045df /dev-vcs | |
parent | Respect LDFLAGS (bug #343675). (diff) | |
download | gentoo-2-4d1cd89b5049d7adc1060c3aecd0e8eedf18929b.tar.gz gentoo-2-4d1cd89b5049d7adc1060c3aecd0e8eedf18929b.tar.bz2 gentoo-2-4d1cd89b5049d7adc1060c3aecd0e8eedf18929b.zip |
Stable on amd64 wrt bug #372771
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-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 64112c182759..d01d9271d466 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.5 2011/03/07 03:20:57 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.6 2011/06/26 08:10:25 hwoarang Exp $ + + 26 Jun 2011; Markos Chandras <hwoarang@gentoo.org> tig-0.17.ebuild: + Stable on amd64 wrt bug #372771 *tig-0.17 (07 Mar 2011) diff --git a/dev-vcs/tig/tig-0.17.ebuild b/dev-vcs/tig/tig-0.17.ebuild index 4b1a721c726e..24995e2818ca 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.1 2011/03/07 03:20:57 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.17.ebuild,v 1.2 2011/06/26 08:10:25 hwoarang 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" |