diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-03-06 00:15:01 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-03-06 00:15:01 +0000 |
commit | 676cb1b5416f1ab5e0343143ae4dc3bc3288bcbe (patch) | |
tree | 79c978ef94151ce648259a9bac97d21e612744ba /dev-util/tig | |
parent | Fix building with Autoconf >= 2.65 wrt #298002, thanks to Flameeyes and SpanKY. (diff) | |
download | gentoo-2-676cb1b5416f1ab5e0343143ae4dc3bc3288bcbe.tar.gz gentoo-2-676cb1b5416f1ab5e0343143ae4dc3bc3288bcbe.tar.bz2 gentoo-2-676cb1b5416f1ab5e0343143ae4dc3bc3288bcbe.zip |
Marked ~ppc.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/tig')
-rw-r--r-- | dev-util/tig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/tig/tig-0.14.1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/tig/tig-0.15.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/tig/ChangeLog b/dev-util/tig/ChangeLog index b4dce3a199c1..3b6ee2540543 100644 --- a/dev-util/tig/ChangeLog +++ b/dev-util/tig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/tig # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tig/ChangeLog,v 1.24 2010/01/15 21:57:57 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tig/ChangeLog,v 1.25 2010/03/06 00:15:01 josejx Exp $ + + 06 Mar 2010; Joseph Jezak <josejx@gentoo.org> tig-0.14.1.ebuild, + tig-0.15.ebuild: + Marked ~ppc. 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> tig-0.15.ebuild: Transfer Prefix keywords diff --git a/dev-util/tig/tig-0.14.1.ebuild b/dev-util/tig/tig-0.14.1.ebuild index c67f5ee5e85c..5673301d654f 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 +# Copyright 1999-2010 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.4 2009/07/30 14:47:44 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tig/tig-0.14.1.ebuild,v 1.5 2010/03/06 00:15:01 josejx 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 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="sys-libs/ncurses" diff --git a/dev-util/tig/tig-0.15.ebuild b/dev-util/tig/tig-0.15.ebuild index 5ec66d7a52c5..f1fac369b439 100644 --- a/dev-util/tig/tig-0.15.ebuild +++ b/dev-util/tig/tig-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tig/tig-0.15.ebuild,v 1.2 2010/01/15 21:57:57 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tig/tig-0.15.ebuild,v 1.3 2010/03/06 00:15:01 josejx 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 ~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" |