diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-09-05 19:22:42 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-09-05 19:22:42 +0000 |
commit | 1371d0da53ee877fc664ae03473f9515442a2e97 (patch) | |
tree | 2ed469aa7069c16a627b883e9efb5bc09b817922 /x11-wm | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-1371d0da53ee877fc664ae03473f9515442a2e97.tar.gz gentoo-2-1371d0da53ee877fc664ae03473f9515442a2e97.tar.bz2 gentoo-2-1371d0da53ee877fc664ae03473f9515442a2e97.zip |
Fixed and marked stable on hppa.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ion2/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/ion2/ion2-20040729.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-wm/ion2/ChangeLog b/x11-wm/ion2/ChangeLog index 18cc5954025d..b4b42477c359 100644 --- a/x11-wm/ion2/ChangeLog +++ b/x11-wm/ion2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/ion2 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ChangeLog,v 1.19 2004/08/30 19:19:31 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ChangeLog,v 1.20 2004/09/05 19:22:42 gmsoft Exp $ + + 05 Sep 2004; Guy Martin <gmsoft@gentoo.org> ion2-20040729.ebuild: + Fixed and marked stable on hppa. 30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> ion2-20040729.ebuild: diff --git a/x11-wm/ion2/ion2-20040729.ebuild b/x11-wm/ion2/ion2-20040729.ebuild index ac6bc3959c0a..1c3381bd4ed4 100644 --- a/x11-wm/ion2/ion2-20040729.ebuild +++ b/x11-wm/ion2/ion2-20040729.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ion2-20040729.ebuild,v 1.3 2004/08/30 19:19:31 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ion2-20040729.ebuild,v 1.4 2004/09/05 19:22:42 gmsoft Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.iki.fi/tuomov/ion/" SRC_URI="http://modeemi.fi/~tuomov/ion/dl/ion-2-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="2" -KEYWORDS="~alpha ~mips ppc ~sparc x86" +KEYWORDS="~alpha ~mips ppc ~sparc x86 hppa" IUSE="xinerama" DEPEND="virtual/x11 app-misc/run-mailcap @@ -38,6 +38,8 @@ src_compile() { autoreconf + use hppa && myconf="${myconf} --disable-shared" + econf \ --sysconfdir=/etc/X11 \ `use_enable xinerama` \ |