diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:31:17 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:15:54 +0000 |
commit | 162d88063d0b2ff3adc073cafb6049f403ae01a5 (patch) | |
tree | 576a7e5a1ccf32e56fec99b3576e5adb9c1ded34 /dev-haskell/feed | |
parent | dev-haskell/fdo-notify: Stabilize for amd64 (diff) | |
download | gentoo-162d88063d0b2ff3adc073cafb6049f403ae01a5.tar.gz gentoo-162d88063d0b2ff3adc073cafb6049f403ae01a5.tar.bz2 gentoo-162d88063d0b2ff3adc073cafb6049f403ae01a5.zip |
dev-haskell/feed: 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/feed')
-rw-r--r-- | dev-haskell/feed/feed-1.3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/feed/feed-1.3.2.1.ebuild b/dev-haskell/feed/feed-1.3.2.1.ebuild index 09c06e00e657..f4ae6cc810f3 100644 --- a/dev-haskell/feed/feed-1.3.2.1.ebuild +++ b/dev-haskell/feed/feed-1.3.2.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 @@ -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" PATCHES=( "${FILESDIR}/${PN}-1.3.2.1-disable-doctest.patch" ) |