diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-29 20:09:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-29 20:09:59 +0000 |
commit | 7dbde82c4bdc89f18d775b811589c07998655838 (patch) | |
tree | d5b0ab3d50e00bf8732a7b16a1c2aa2576918f4a /dev-tcltk | |
parent | Marked ~ppc-macos, ~x86-solaris and ~sparc-solaris, bug #310751 (diff) | |
download | gentoo-2-7dbde82c4bdc89f18d775b811589c07998655838.tar.gz gentoo-2-7dbde82c4bdc89f18d775b811589c07998655838.tar.bz2 gentoo-2-7dbde82c4bdc89f18d775b811589c07998655838.zip |
Keyworded for ~x86-linux ~amd64-linux
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tdom/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/tdom/tdom-0.8.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tcltk/tdom/ChangeLog b/dev-tcltk/tdom/ChangeLog index 1ae38d20c057..271a35d90734 100644 --- a/dev-tcltk/tdom/ChangeLog +++ b/dev-tcltk/tdom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tdom -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tdom/ChangeLog,v 1.4 2008/12/06 19:09:52 mescalinum Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tdom/ChangeLog,v 1.5 2010/03/29 20:09:59 jlec Exp $ + + 29 Mar 2010; Justin Lecher <jlec@gentoo.org> tdom-0.8.2.ebuild: + Keyworded for ~x86-linux ~amd64-linux, tested by me 06 Dec 2008; Federico Ferri <mescalinum@gentoo.org> -tdom-0.8.0.ebuild, -tdom-0.8.0-r1.ebuild: diff --git a/dev-tcltk/tdom/tdom-0.8.2.ebuild b/dev-tcltk/tdom/tdom-0.8.2.ebuild index c4bc6b0742be..313b98c6a282 100644 --- a/dev-tcltk/tdom/tdom-0.8.2.ebuild +++ b/dev-tcltk/tdom/tdom-0.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tdom/tdom-0.8.2.ebuild,v 1.1 2008/12/04 20:14:05 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tdom/tdom-0.8.2.ebuild,v 1.2 2010/03/29 20:09:59 jlec Exp $ inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.tdom.org/files/${MY_P}.tgz" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="threads" DEPEND=">=dev-lang/tcl-8.4.3 |