diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-27 10:17:14 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-27 10:17:24 +0000 |
commit | 6280ade282f64f7b956e0505330af307a0a7c6df (patch) | |
tree | 2167ea4ffa501b02d00fd53068fee296fe9465f3 /sci-mathematics | |
parent | dev-python/rpyc: bump to 5.0.0 (diff) | |
download | gentoo-6280ade282f64f7b956e0505330af307a0a7c6df.tar.gz gentoo-6280ade282f64f7b956e0505330af307a0a7c6df.tar.bz2 gentoo-6280ade282f64f7b956e0505330af307a0a7c6df.zip |
sci-mathematics/agda: set USE=-cpphs by default
USE=cpphs is not compatible to profiling builds.
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/761805
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/agda/agda-2.6.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/agda/agda-2.6.1.2.ebuild b/sci-mathematics/agda/agda-2.6.1.2.ebuild index ab5ba3366d32..3468e60ca041 100644 --- a/sci-mathematics/agda/agda-2.6.1.2.ebuild +++ b/sci-mathematics/agda/agda-2.6.1.2.ebuild @@ -28,7 +28,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="+cpphs debug emacs enable-cluster-counting +stdlib" +IUSE="cpphs debug emacs enable-cluster-counting +stdlib" RDEPEND=">=dev-haskell/aeson-1.1.2.0:=[profile?] <dev-haskell/aeson-1.6:=[profile?] >=dev-haskell/async-2.2:=[profile?] <dev-haskell/async-2.3:=[profile?] |