diff options
author | 2006-02-15 15:28:36 +0000 | |
---|---|---|
committer | 2006-02-15 15:28:36 +0000 | |
commit | cc2bea852de3d128bdb0506c62e518c50bbac52d (patch) | |
tree | 4d90bd648b0d3a5c5fdf4412c6f19c9f5c45a3c8 /sci-astronomy | |
parent | cfortran-4.4.ebuild: fixed error in license (diff) | |
download | sci-cc2bea852de3d128bdb0506c62e518c50bbac52d.tar.gz sci-cc2bea852de3d128bdb0506c62e518c50bbac52d.tar.bz2 sci-cc2bea852de3d128bdb0506c62e518c50bbac52d.zip |
orsa-0.7.0.ebuild: removed useless USE flags
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@106 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/orsa/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/orsa/orsa-0.7.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-astronomy/orsa/Manifest b/sci-astronomy/orsa/Manifest index b8bb89b53..343fc35de 100644 --- a/sci-astronomy/orsa/Manifest +++ b/sci-astronomy/orsa/Manifest @@ -1,3 +1,3 @@ MD5 ef564a5f63baa4611c91ad985562612b ChangeLog 3546 MD5 9262d4bfc4a3de52a3c15e1bf1027797 files/digest-orsa-0.7.0 62 -MD5 ce2a16f7a859a1954be92de4b3bfdaf6 orsa-0.7.0.ebuild 1833 +MD5 1a23b1460f5915de81bc640745a39989 orsa-0.7.0.ebuild 1800 diff --git a/sci-astronomy/orsa/orsa-0.7.0.ebuild b/sci-astronomy/orsa/orsa-0.7.0.ebuild index 8e51a79e1..ee37bcdf0 100644 --- a/sci-astronomy/orsa/orsa-0.7.0.ebuild +++ b/sci-astronomy/orsa/orsa-0.7.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" -IUSE="custom-cflags opengl qt mpi ginac cln gsl fftw xinerama threads static" +IUSE="opengl qt mpi ginac cln gsl fftw xinerama threads static" DEPEND=">=sys-libs/readline-4.2 fftw? ( =sci-libs/fftw-2.1* ) @@ -63,7 +63,7 @@ src_compile() { -i src/orsa/Makefile fi - emake CFLAGS="${CFLAGS}" || die "emake failed" + emake || die "emake failed" } src_install() { |