diff options
| author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:28:17 -0600 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-03-17 18:14:21 +0000 |
| commit | 6a5fc257eb5a5d0babdca3363e2456ca4da1a5a6 (patch) | |
| tree | 8de40882bc5aee63ef666f19509d44736f4344fc /dev-haskell/commonmark/commonmark-0.2.2.ebuild | |
| parent | 3b8ef54903b289595c7cada1e7c89bcef7218939 (diff) | |
| download | gentoo-6a5fc257eb5a5d0babdca3363e2456ca4da1a5a6.tar.gz gentoo-6a5fc257eb5a5d0babdca3363e2456ca4da1a5a6.tar.bz2 gentoo-6a5fc257eb5a5d0babdca3363e2456ca4da1a5a6.zip | |
dev-haskell/commonmark: 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/commonmark/commonmark-0.2.2.ebuild')
| -rw-r--r-- | dev-haskell/commonmark/commonmark-0.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/commonmark/commonmark-0.2.2.ebuild b/dev-haskell/commonmark/commonmark-0.2.2.ebuild index 0884c2aa5cc8..c2186a916523 100644 --- a/dev-haskell/commonmark/commonmark-0.2.2.ebuild +++ b/dev-haskell/commonmark/commonmark-0.2.2.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 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-haskell/unicode-data-0.3:=[profile?] dev-haskell/unicode-transforms:=[profile?] |
