--- /usr/portage/app-misc/when/when-1.0.23.ebuild 2005-07-20 16:05:23.000000000 +0100 +++ when-1.1.0.ebuild 2006-06-08 13:04:45.000000000 +0100 @@ -1,4 +1,4 @@ -# 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/app-misc/when/when-1.0.23.ebuild,v 1.5 2005/07/20 14:39:23 gustavoz Exp $ @@ -6,13 +6,15 @@ HOMEPAGE="http://www.lightandmatter.com/when/when.html" SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="Artistic" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~amd64 sparc" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/perl-5.005" +S=${WORKDIR}/when_dist + src_compile() { emake ${PN}.html || die "emake failed" }