diff options
Diffstat (limited to 'sci-libs/djbfft')
-rw-r--r-- | sci-libs/djbfft/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/djbfft/djbfft-0.76.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/djbfft/ChangeLog b/sci-libs/djbfft/ChangeLog index 33a497a4f117..ee6c7aaaf45a 100644 --- a/sci-libs/djbfft/ChangeLog +++ b/sci-libs/djbfft/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/djbfft -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.9 2007/04/07 15:49:52 genstef Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.10 2008/04/06 17:45:23 hollow Exp $ + + 06 Apr 2008; Benedikt Böhm <hollow@gentoo.org> djbfft-0.76.ebuild: + fix LICENSE, bug #204327 07 Apr 2007; Stefan Schweizer <genstef@gentoo.org> djbfft-0.76.ebuild: Fix location for amd64 and remove USE=static, bug 173624 thanks to Georgi diff --git a/sci-libs/djbfft/djbfft-0.76.ebuild b/sci-libs/djbfft/djbfft-0.76.ebuild index f87009d331d1..1ad2fd4684fb 100644 --- a/sci-libs/djbfft/djbfft-0.76.ebuild +++ b/sci-libs/djbfft/djbfft-0.76.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76.ebuild,v 1.9 2007/04/07 15:49:52 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76.ebuild,v 1.10 2008/04/06 17:45:23 hollow Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -8,7 +8,7 @@ DESCRIPTION="extremely fast library for floating-point convolution" HOMEPAGE="http://cr.yp.to/djbfft.html" SRC_URI="http://cr.yp.to/djbfft/${P}.tar.gz" -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" |