diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-12-27 07:58:07 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-12-27 07:58:07 +0000 |
commit | 5ce18cd854414514e6ddcf30d49c1caad83dae8d (patch) | |
tree | f9c3aa2d84e7c1a21f58fad1184cd6e4cdd7ff44 /dev-tcltk/tktray | |
parent | Initial ebuild. Many thanks to all the contributors on bug 246166. This ebuil... (diff) | |
download | gentoo-2-5ce18cd854414514e6ddcf30d49c1caad83dae8d.tar.gz gentoo-2-5ce18cd854414514e6ddcf30d49c1caad83dae8d.tar.bz2 gentoo-2-5ce18cd854414514e6ddcf30d49c1caad83dae8d.zip |
Marked ~ppc for bug #254377.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/tktray')
-rw-r--r-- | dev-tcltk/tktray/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/tktray/tktray-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tcltk/tktray/ChangeLog b/dev-tcltk/tktray/ChangeLog index 638b65144ecd..9c40fd831bca 100644 --- a/dev-tcltk/tktray/ChangeLog +++ b/dev-tcltk/tktray/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tktray -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/ChangeLog,v 1.3 2008/10/03 19:34:54 bluebird Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/ChangeLog,v 1.4 2009/12/27 07:58:07 josejx Exp $ + + 27 Dec 2009; Joseph Jezak <josejx@gentoo.org> tktray-1.1.ebuild: + Marked ~ppc for bug #254377. 03 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> tktray-1.1.ebuild: Add ~sparc keyword, bug #236244 diff --git a/dev-tcltk/tktray/tktray-1.1.ebuild b/dev-tcltk/tktray/tktray-1.1.ebuild index b12e9768c636..2d4c74016bb3 100644 --- a/dev-tcltk/tktray/tktray-1.1.ebuild +++ b/dev-tcltk/tktray/tktray-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild,v 1.3 2008/10/03 19:34:54 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tktray/tktray-1.1.ebuild,v 1.4 2009/12/27 07:58:07 josejx Exp $ MY_P="${PN}${PV}" DESCRIPTION="tktray - System Tray Icon Support for Tk on X11" @@ -10,7 +10,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BWidget" SLOT="0" -KEYWORDS="~alpha ~amd64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="threads debug" DEPEND=">=dev-lang/tcl-8.4 |