diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-06-27 19:00:31 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-06-27 19:00:31 +0000 |
commit | 3e173b7b3923d77cff8c746a14e3d9dac4c47f84 (patch) | |
tree | d9c8bc3f1b45684d3bf23f50f6b9a0fe1cc06ba6 /x11-misc/trayer | |
parent | Stable on sparc (diff) | |
download | gentoo-2-3e173b7b3923d77cff8c746a14e3d9dac4c47f84.tar.gz gentoo-2-3e173b7b3923d77cff8c746a14e3d9dac4c47f84.tar.bz2 gentoo-2-3e173b7b3923d77cff8c746a14e3d9dac4c47f84.zip |
~amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/trayer')
-rw-r--r-- | x11-misc/trayer/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/trayer/trayer-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/trayer/ChangeLog b/x11-misc/trayer/ChangeLog index 3f30d19512e0..67fc2d44bf51 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.7 2005/04/11 21:03:23 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/ChangeLog,v 1.8 2005/06/27 18:57:27 blubb Exp $ + + 27 Jun 2005; Simon Stelling <blubb@gentoo.org> trayer-1.0.ebuild: + added ~amd64 keyword 11 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> trayer-1.0.ebuild: Stable on sparc diff --git a/x11-misc/trayer/trayer-1.0.ebuild b/x11-misc/trayer/trayer-1.0.ebuild index 95cc438ba35d..629f280c491f 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 # 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.7 2005/04/11 21:03:23 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0.ebuild,v 1.8 2005/06/27 18:57:27 blubb 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="x86 sparc ppc" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" DEPEND=">=x11-libs/gtk+-2" |