diff options
-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" |