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 | d2267174bd4bd374a58d45205c19799e06d8b53d (patch) | |
tree | 2ba4bdbd2c78b4a6e6b2e1517d90237ffa4f9d75 /dev-util/tig/tig-0.14.1.ebuild | |
parent | Fix building with Autoconf >= 2.65 wrt #298002, thanks to Flameeyes and SpanKY. (diff) | |
download | historical-d2267174bd4bd374a58d45205c19799e06d8b53d.tar.gz historical-d2267174bd4bd374a58d45205c19799e06d8b53d.tar.bz2 historical-d2267174bd4bd374a58d45205c19799e06d8b53d.zip |
Marked ~ppc.
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'dev-util/tig/tig-0.14.1.ebuild')
-rw-r--r-- | dev-util/tig/tig-0.14.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |