diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-03-08 01:17:06 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-03-08 01:17:06 +0000 |
commit | 855058bb1aa7e1f7c707af4699950848db5cec89 (patch) | |
tree | fe7a264a6b12829a43c786ea37ce6f7c525da52c /x11-misc/trayer | |
parent | One more CHOST->CTARGET fix for CFLAGS. (diff) | |
download | gentoo-2-855058bb1aa7e1f7c707af4699950848db5cec89.tar.gz gentoo-2-855058bb1aa7e1f7c707af4699950848db5cec89.tar.bz2 gentoo-2-855058bb1aa7e1f7c707af4699950848db5cec89.zip |
Marked ~ppc for bug #84395.
(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 6eadffe37e3d..116e17bf064d 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.2 2005/03/07 15:35:34 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/ChangeLog,v 1.3 2005/03/08 01:17:06 josejx Exp $ + + 08 Mar 2005; Joseph Jezak <josejx@gentoo.org> trayer-1.0.ebuild: + Marked ~ppc for bug #84395. 07 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org> trayer-1.0.ebuild: Keyworded ~sparc wrt #84395 diff --git a/x11-misc/trayer/trayer-1.0.ebuild b/x11-misc/trayer/trayer-1.0.ebuild index 0116e00e2b67..88a4156c76f0 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.2 2005/03/07 15:35:34 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0.ebuild,v 1.3 2005/03/08 01:17:06 josejx 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" +KEYWORDS="~x86 ~sparc ~ppc" IUSE="" DEPEND=">=x11-libs/gtk+-2" |