diff options
author | 2023-03-15 17:42:49 -0600 | |
---|---|---|
committer | 2023-03-17 18:21:30 +0000 | |
commit | f21e7dda087ba0661e8fb993a4a587bf52d44e3c (patch) | |
tree | 78ab6ee6d6e3617b847483b027aec5f38c87f4f9 /dev-haskell | |
parent | dev-haskell/tls-session-manager: Stabilize for amd64 (diff) | |
download | gentoo-f21e7dda087ba0661e8fb993a4a587bf52d44e3c.tar.gz gentoo-f21e7dda087ba0661e8fb993a4a587bf52d44e3c.tar.bz2 gentoo-f21e7dda087ba0661e8fb993a4a587bf52d44e3c.zip |
dev-haskell/torrent: 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/torrent/torrent-10000.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/torrent/torrent-10000.1.1.ebuild b/dev-haskell/torrent/torrent-10000.1.1.ebuild index 36df97e63869..2d8bb505711f 100644 --- a/dev-haskell/torrent/torrent-10000.1.1.ebuild +++ b/dev-haskell/torrent/torrent-10000.1.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" IUSE="" RDEPEND=">=dev-haskell/bencode-0.2:=[profile?] |