diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-02 13:43:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-02 13:43:33 +0000 |
commit | 8b5e9fb6ad087714030496351a0751104ed02c6c (patch) | |
tree | 5fa7446f77b66df50097c297212600b2ba2db16c /dev-tcltk | |
parent | Stable for amd64, wrt bug #500518 (diff) | |
download | gentoo-2-8b5e9fb6ad087714030496351a0751104ed02c6c.tar.gz gentoo-2-8b5e9fb6ad087714030496351a0751104ed02c6c.tar.bz2 gentoo-2-8b5e9fb6ad087714030496351a0751104ed02c6c.zip |
Stable for amd64, wrt bug #500518
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tix/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tix/tix-8.4.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/tix/ChangeLog b/dev-tcltk/tix/ChangeLog index 0e662571a5ff..43414963ea66 100644 --- a/dev-tcltk/tix/ChangeLog +++ b/dev-tcltk/tix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.44 2014/07/31 12:45:27 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.45 2014/08/02 13:43:33 ago Exp $ + + 02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> tix-8.4.3-r1.ebuild: + Stable for amd64, wrt bug #500518 31 Jul 2014; Tobias Klausmann <klausman@gentoo.org> tix-8.4.3-r1.ebuild: Stable on alpha, bug #500518 diff --git a/dev-tcltk/tix/tix-8.4.3-r1.ebuild b/dev-tcltk/tix/tix-8.4.3-r1.ebuild index 88e88c696946..396f05db74bf 100644 --- a/dev-tcltk/tix/tix-8.4.3-r1.ebuild +++ b/dev-tcltk/tix/tix-8.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r1.ebuild,v 1.2 2014/07/31 12:45:27 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.3-r1.ebuild,v 1.3 2014/08/02 13:43:33 ago Exp $ EAPI=5 @@ -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 ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" RESTRICT="test" |