diff options
author | Tom Martin <slarti@gentoo.org> | 2005-03-09 19:53:33 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-03-09 19:53:33 +0000 |
commit | 48035453f37c7cd21b30601e107a219387930eb2 (patch) | |
tree | a5bed7291d23ad83d1ab53cffe92bb0c0418a316 /x11-misc | |
parent | added ~amd64 KEYWORD, fixes #72704 (diff) | |
download | gentoo-2-48035453f37c7cd21b30601e107a219387930eb2.tar.gz gentoo-2-48035453f37c7cd21b30601e107a219387930eb2.tar.bz2 gentoo-2-48035453f37c7cd21b30601e107a219387930eb2.zip |
Stable on amd64; initial ~sparc keyword.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/gmrun/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/gmrun/gmrun-0.9.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/gmrun/ChangeLog b/x11-misc/gmrun/ChangeLog index a3dd4e2d0d92..9c6ae7d8d28b 100644 --- a/x11-misc/gmrun/ChangeLog +++ b/x11-misc/gmrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/gmrun -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/ChangeLog,v 1.7 2004/06/24 22:20:12 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/ChangeLog,v 1.8 2005/03/09 19:53:33 slarti Exp $ + + 09 Mar 2005; Tom Martin <slarti@gentoo.org> gmrun-0.9.2.ebuild: + Stable on amd64; initial ~sparc keyword. 20 Jun 2004; Ian Leitch <port001@gentoo.org> gmrun-0.9.2.ebuild, gmrun-0.9.ebuild: diff --git a/x11-misc/gmrun/gmrun-0.9.2.ebuild b/x11-misc/gmrun/gmrun-0.9.2.ebuild index c6b06b0e47b3..2d05164c2e6b 100644 --- a/x11-misc/gmrun/gmrun-0.9.2.ebuild +++ b/x11-misc/gmrun/gmrun-0.9.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2.ebuild,v 1.6 2004/06/24 22:20:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2.ebuild,v 1.7 2005/03/09 19:53:33 slarti Exp $ IUSE="" DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!" @@ -9,7 +9,7 @@ HOMEPAGE="http://gmrun.sourceforge.net/" SLOT="0" LICENSE="GPL-1" -KEYWORDS="x86 ~amd64 ppc" +KEYWORDS="x86 amd64 ppc ~sparc" DEPEND=">=x11-libs/gtk+-2.2.0 dev-libs/popt" |