diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-09 21:30:25 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-09 21:30:25 +0000 |
commit | 6a363ca795822a2af17d1af39b008eefe570b9df (patch) | |
tree | bd0d271da60da37e00c529090ac790fae4abb50b /dev-tcltk | |
parent | Stable ppc64, bug #434392 (diff) | |
download | gentoo-2-6a363ca795822a2af17d1af39b008eefe570b9df.tar.gz gentoo-2-6a363ca795822a2af17d1af39b008eefe570b9df.tar.bz2 gentoo-2-6a363ca795822a2af17d1af39b008eefe570b9df.zip |
Keyword ~ppc64, bug #413433
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tix/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tix/tix-8.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/tix/ChangeLog b/dev-tcltk/tix/ChangeLog index d56582e3a9d2..eab4fc4a67e1 100644 --- a/dev-tcltk/tix/ChangeLog +++ b/dev-tcltk/tix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.38 2012/07/05 13:50:18 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.39 2012/09/09 21:30:25 blueness Exp $ + + 09 Sep 2012; Anthony G. Basile <blueness@gentoo.org> tix-8.4.3.ebuild: + Keyword ~ppc64, bug #413433 05 Jul 2012; Anthony G. Basile <blueness@gentoo.org> tix-8.4.3.ebuild: Keyword ~mips diff --git a/dev-tcltk/tix/tix-8.4.3.ebuild b/dev-tcltk/tix/tix-8.4.3.ebuild index 40a22328eded..01729c98555c 100644 --- a/dev-tcltk/tix/tix-8.4.3.ebuild +++ b/dev-tcltk/tix/tix-8.4.3.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-tcltk/tix/tix-8.4.3.ebuild,v 1.12 2012/07/05 13:50:18 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.3.ebuild,v 1.13 2012/09/09 21:30:25 blueness Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tix/${MY_P}-src.tar.gz" IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" RESTRICT="test" |