diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-04-25 23:03:11 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-04-25 23:03:11 +0000 |
commit | 17a8331724c45c052902e7bc1b5dfadeef8cac33 (patch) | |
tree | 7f3b48961c49b65a1de19f6e08010ca5e1e7342f | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-17a8331724c45c052902e7bc1b5dfadeef8cac33.tar.gz gentoo-2-17a8331724c45c052902e7bc1b5dfadeef8cac33.tar.bz2 gentoo-2-17a8331724c45c052902e7bc1b5dfadeef8cac33.zip |
Stable on x86.
-rw-r--r-- | x11-wm/openbox/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index ee2a9fa1ad7d..3ac7e4042e2e 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/openbox # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.77 2004/04/17 13:56:45 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.78 2004/04/25 23:03:11 tseng Exp $ + + 25 Apr 2004; Brandon Hale <tseng@gentoo.org> openbox-3.2.ebuild: + Stable on x86. *openbox-3.2 (17 Apr 2004) diff --git a/x11-wm/openbox/openbox-3.2.ebuild b/x11-wm/openbox/openbox-3.2.ebuild index fd1948b5d6e5..a2efc83c0aa1 100644 --- a/x11-wm/openbox/openbox-3.2.ebuild +++ b/x11-wm/openbox/openbox-3.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.1 2004/04/17 13:56:45 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.2.ebuild,v 1.2 2004/04/25 23:03:11 tseng Exp $ S=${WORKDIR}/${P/_/-} DESCRIPTION="Openbox is a standards compliant, fast, light-weight, extensible window manager." @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" src_compile() { |