diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-03-30 04:22:01 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-03-30 04:22:01 +0000 |
commit | 994609fe46556335ff2d16b175e19d18374f574c (patch) | |
tree | eea0cfa3c74b4995c731ee968b7d3c1f971127ec /x11-misc/alltray | |
parent | Mark 1.4.10-r1 ~ia64 (diff) | |
download | gentoo-2-994609fe46556335ff2d16b175e19d18374f574c.tar.gz gentoo-2-994609fe46556335ff2d16b175e19d18374f574c.tar.bz2 gentoo-2-994609fe46556335ff2d16b175e19d18374f574c.zip |
Stable on x86; bug #127555
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'x11-misc/alltray')
-rw-r--r-- | x11-misc/alltray/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/alltray/alltray-0.65.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/alltray/ChangeLog b/x11-misc/alltray/ChangeLog index 0099b6f50d82..2fbbd57f0b2e 100644 --- a/x11-misc/alltray/ChangeLog +++ b/x11-misc/alltray/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/alltray -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.20 2005/12/10 21:00:12 swegener Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.21 2006/03/30 04:22:01 tsunam Exp $ + + 30 Mar 2006; Joshua Jackson <tsunam@gentoo.org> alltray-0.65.ebuild: + Stable on x86; bug #127555 *alltray-0.65 (10 Dec 2005) diff --git a/x11-misc/alltray/alltray-0.65.ebuild b/x11-misc/alltray/alltray-0.65.ebuild index 8461fabe88cf..c86a78adc80e 100644 --- a/x11-misc/alltray/alltray-0.65.ebuild +++ b/x11-misc/alltray/alltray-0.65.ebuild @@ -1,6 +1,6 @@ -# 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/alltray/alltray-0.65.ebuild,v 1.1 2005/12/10 21:00:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.65.ebuild,v 1.2 2006/03/30 04:22:01 tsunam Exp $ DESCRIPTION="Dock any application into the system tray/notification area" HOMEPAGE="http://alltray.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.4" |