diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-02-29 16:22:14 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-02-29 16:22:14 +0000 |
commit | fe474b3ea7deda9d2622e48e1ef6e47d3e2a3872 (patch) | |
tree | 4e8a38e398e62df680364193813336440900b175 /x11-wm/openbox | |
parent | cvs commit (Manifest recommit) (diff) | |
download | gentoo-2-fe474b3ea7deda9d2622e48e1ef6e47d3e2a3872.tar.gz gentoo-2-fe474b3ea7deda9d2622e48e1ef6e47d3e2a3872.tar.bz2 gentoo-2-fe474b3ea7deda9d2622e48e1ef6e47d3e2a3872.zip |
Keyword x86 for real.
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index d45aa813ba7d..cf2e070d0f63 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/openbox -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.70 2004/01/05 20:00:57 weeve Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.71 2004/02/29 16:22:14 tseng Exp $ + + 29 Feb 2004; Brandon Hale <tseng@gentoo.org> openbox-3.1.ebuild: + Keyword x86 for real this time. 05 Jan 2004; Jason Wever <weeve@gentoo.org> openbox-3.0-r1.ebuild: Marked stable on sparc. diff --git a/x11-wm/openbox/openbox-3.1.ebuild b/x11-wm/openbox/openbox-3.1.ebuild index 6b8511fbe0e0..d3662bf0c7a8 100644 --- a/x11-wm/openbox/openbox-3.1.ebuild +++ b/x11-wm/openbox/openbox-3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.1.ebuild,v 1.1 2003/12/22 21:24:47 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.1.ebuild,v 1.2 2004/02/29 16:22:14 tseng Exp $ S=${WORKDIR}/${P/_/-} DESCRIPTION="Openbox is a standards compliant, fast, light-weight, extensible window manager." @@ -20,7 +20,7 @@ DEPEND="virtual/xft RDEPEND=${DEPEND} LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" src_compile() { |