diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-29 06:46:31 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-29 06:46:31 +0000 |
commit | 9cd470d2541394c990b12426d7c28009f72a4d9d (patch) | |
tree | 05247790af0d4a60a9300b00d20310a20762f933 /dev-vcs | |
parent | marked x86 per bug 419093 (diff) | |
download | gentoo-2-9cd470d2541394c990b12426d7c28009f72a4d9d.tar.gz gentoo-2-9cd470d2541394c990b12426d7c28009f72a4d9d.tar.bz2 gentoo-2-9cd470d2541394c990b12426d7c28009f72a4d9d.zip |
marked x86 per bug 422081
(Portage version: 2.2.0_alpha114/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/tig/tig-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/tig/ChangeLog b/dev-vcs/tig/ChangeLog index b2ba817ecc40..16ca667e452f 100644 --- a/dev-vcs/tig/ChangeLog +++ b/dev-vcs/tig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/tig # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.14 2012/05/12 06:30:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.15 2012/06/29 06:46:31 jdhore Exp $ + + 29 Jun 2012; Jeff Horelick <jdhore@gentoo.org> tig-1.0.ebuild: + marked x86 per bug 422081 *tig-1.0 (12 May 2012) diff --git a/dev-vcs/tig/tig-1.0.ebuild b/dev-vcs/tig/tig-1.0.ebuild index 8642acb8ea48..fb15da14f0b8 100644 --- a/dev-vcs/tig/tig-1.0.ebuild +++ b/dev-vcs/tig/tig-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-1.0.ebuild,v 1.1 2012/05/12 06:30:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-1.0.ebuild,v 1.2 2012/06/29 06:46:31 jdhore 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" |