diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-04 00:07:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-04 00:07:36 +0000 |
commit | db2e051826e62aceb3808c7cf6367198a48ae6ef (patch) | |
tree | 206d6399d0e211fb12119d73ea76af58bd3e9c18 /sci-libs/djbfft | |
parent | alpha/amd64/hppa love (diff) | |
download | gentoo-2-db2e051826e62aceb3808c7cf6367198a48ae6ef.tar.gz gentoo-2-db2e051826e62aceb3808c7cf6367198a48ae6ef.tar.bz2 gentoo-2-db2e051826e62aceb3808c7cf6367198a48ae6ef.zip |
arm/sh love
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-libs/djbfft')
-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 |