summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-29 18:09:46 +0100
committerSam James <sam@gentoo.org>2023-05-29 19:18:47 +0100
commit8740332d69584e1e8ba7a8f2598fc886838ab6ea (patch)
treea4bb148f08068af973e4298eb8688617d28c1871
parentdev-db/mariadb: drop dead prefix targets (diff)
downloadgentoo-8740332d69584e1e8ba7a8f2598fc886838ab6ea.tar.gz
gentoo-8740332d69584e1e8ba7a8f2598fc886838ab6ea.tar.bz2
gentoo-8740332d69584e1e8ba7a8f2598fc886838ab6ea.zip
dev-haskell/cabal: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild b/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild
index 0877c3f6e60a..dc5b3144aa80 100644
--- a/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild
+++ b/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" # ~ppc ~ppc64 ~ppc-macos ~x86-macos ~x86-solaris
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" # ~ppc ~ppc64 ~ppc-macos
IUSE=""
RESTRICT=test # circular deps: cabal -> quickcheck -> cabal