diff options
author | 2023-03-15 17:40:09 -0600 | |
---|---|---|
committer | 2023-03-17 18:20:26 +0000 | |
commit | ef104bce822f0079c9dbb78273f328a3023e1e61 (patch) | |
tree | 36c4397d861ffe2ea721de24a5030cf468bc62a9 /dev-haskell/skylighting | |
parent | dev-haskell/skein: Stabilize for amd64 (diff) | |
download | gentoo-ef104bce822f0079c9dbb78273f328a3023e1e61.tar.gz gentoo-ef104bce822f0079c9dbb78273f328a3023e1e61.tar.bz2 gentoo-ef104bce822f0079c9dbb78273f328a3023e1e61.zip |
dev-haskell/skylighting: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/skylighting')
-rw-r--r-- | dev-haskell/skylighting/skylighting-0.12.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/skylighting/skylighting-0.12.3.1.ebuild b/dev-haskell/skylighting/skylighting-0.12.3.1.ebuild index 0b2d789fb55a..57ac6c98fc61 100644 --- a/dev-haskell/skylighting/skylighting-0.12.3.1.ebuild +++ b/dev-haskell/skylighting/skylighting-0.12.3.1.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=8 @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="executable" RDEPEND="~dev-haskell/skylighting-core-0.12.3.1:=[profile?] |