diff options
author | 2023-03-15 17:34:27 -0600 | |
---|---|---|
committer | 2023-03-17 18:17:34 +0000 | |
commit | 746af881627ffa7d0ab8b30b204ff9abfe6a234d (patch) | |
tree | 5f4537c53de22b81a9168ad51595253c59375b0d /dev-haskell | |
parent | dev-haskell/invariant: Stabilize for amd64 (diff) | |
download | gentoo-746af881627ffa7d0ab8b30b204ff9abfe6a234d.tar.gz gentoo-746af881627ffa7d0ab8b30b204ff9abfe6a234d.tar.bz2 gentoo-746af881627ffa7d0ab8b30b204ff9abfe6a234d.zip |
dev-haskell/iproute: 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/iproute/iproute-1.7.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/iproute/iproute-1.7.8.ebuild b/dev-haskell/iproute/iproute-1.7.8.ebuild index b9f1ddeba8b3..c6a613f4976a 100644 --- a/dev-haskell/iproute/iproute-1.7.8.ebuild +++ b/dev-haskell/iproute/iproute-1.7.8.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=7 @@ -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="" RESTRICT=test # Ambiguous modules: byte-order-0.1.2.0 byteorder-1.0.4 |