diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:44:57 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:22:19 +0000 |
commit | 53f1e5222d2b7d788eb0e6954d3b949bae106798 (patch) | |
tree | b2af21380a0004c52d70e6243b639a3d18e08655 /dev-haskell | |
parent | dev-haskell/yesod: Stabilize for amd64 (diff) | |
download | gentoo-53f1e5222d2b7d788eb0e6954d3b949bae106798.tar.gz gentoo-53f1e5222d2b7d788eb0e6954d3b949bae106798.tar.bz2 gentoo-53f1e5222d2b7d788eb0e6954d3b949bae106798.zip |
dev-haskell/yesod-core: 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')
-rw-r--r-- | dev-haskell/yesod-core/yesod-core-1.6.23.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/yesod-core/yesod-core-1.6.23.1.ebuild b/dev-haskell/yesod-core/yesod-core-1.6.23.1.ebuild index b5a84cffb3f6..18130695bf22 100644 --- a/dev-haskell/yesod-core/yesod-core-1.6.23.1.ebuild +++ b/dev-haskell/yesod-core/yesod-core-1.6.23.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 @@ -13,7 +13,7 @@ HOMEPAGE="https://www.yesodweb.com/" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RESTRICT=test # requires network access |