diff options
Diffstat (limited to 'sci-libs/djbfft/djbfft-0.76.ebuild')
-rw-r--r-- | sci-libs/djbfft/djbfft-0.76.ebuild | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/sci-libs/djbfft/djbfft-0.76.ebuild b/sci-libs/djbfft/djbfft-0.76.ebuild index aca7f0df8b1b..afd1cd964928 100644 --- a/sci-libs/djbfft/djbfft-0.76.ebuild +++ b/sci-libs/djbfft/djbfft-0.76.ebuild @@ -1,8 +1,6 @@ -# 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/sci-libs/djbfft/djbfft-0.76.ebuild,v 1.5 2005/09/16 07:27:37 agriffis Exp $ - -IUSE="static" +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76.ebuild,v 1.6 2006/01/04 00:04:18 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -12,14 +10,13 @@ SRC_URI="http://cr.yp.to/djbfft/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 sh sparc x86" +IUSE="static" -src_test() { - : - # the "check" target of the Makefile (version 0.76 at least) only checks if - # all files were installed with correct permissions. Can't check that at - # this point of the installation. -} +# the "check" target of the Makefile (version 0.76 at least) only checks if +# all files were installed with correct permissions. Can't check that at +# this point of the installation. +RESTRICT="test" src_unpack() { MY_PV="${PV:0:1}.${PV:2:1}.${PV:3:1}" # a.bc -> a.b.c |