diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-19 17:56:06 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-19 17:56:06 +0000 |
commit | 41cb223d199ca98c141a1b4cc941e0b39c93b581 (patch) | |
tree | edd2c152fe31dfb5d9775cd730afb9acc55f9254 /x11-misc/trayer | |
parent | Stable on ppc64; bug #133579 (diff) | |
download | historical-41cb223d199ca98c141a1b4cc941e0b39c93b581.tar.gz historical-41cb223d199ca98c141a1b4cc941e0b39c93b581.tar.bz2 historical-41cb223d199ca98c141a1b4cc941e0b39c93b581.zip |
Added ~ppc64
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'x11-misc/trayer')
-rw-r--r-- | x11-misc/trayer/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/trayer/trayer-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/trayer/ChangeLog b/x11-misc/trayer/ChangeLog index 67fc2d44bf51..f30918b01fbc 100644 --- a/x11-misc/trayer/ChangeLog +++ b/x11-misc/trayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/trayer -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/ChangeLog,v 1.8 2005/06/27 18:57:27 blubb Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/ChangeLog,v 1.9 2006/05/19 17:56:06 corsair Exp $ + + 19 May 2006; Markus Rothe <corsair@gentoo.org> trayer-1.0.ebuild: + Added ~ppc64 27 Jun 2005; Simon Stelling <blubb@gentoo.org> trayer-1.0.ebuild: added ~amd64 keyword diff --git a/x11-misc/trayer/trayer-1.0.ebuild b/x11-misc/trayer/trayer-1.0.ebuild index 629f280c491f..487e64134004 100644 --- a/x11-misc/trayer/trayer-1.0.ebuild +++ b/x11-misc/trayer/trayer-1.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0.ebuild,v 1.8 2005/06/27 18:57:27 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0.ebuild,v 1.9 2006/05/19 17:56:06 corsair Exp $ DESCRIPTION="Lightweight GTK2-based systray for UNIX desktop" HOMEPAGE="http://fvwm-crystal.berlios.de/" SRC_URI="http://fvwm-crystal.berlios.de/files/versions/20050306/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" +KEYWORDS="~amd64 ppc ~ppc64 sparc x86" IUSE="" DEPEND=">=x11-libs/gtk+-2" |