diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-30 21:19:19 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-30 21:21:58 +0300 |
commit | 1d43fa68b87f1d1aa10720a4cc39cac25d9ed3bc (patch) | |
tree | c400bc3a14c9179b0d531e8f3af7ff164b5afdf6 /dev-util | |
parent | sci-mathematics/fricas: remove old revision (diff) | |
download | gentoo-1d43fa68b87f1d1aa10720a4cc39cac25d9ed3bc.tar.gz gentoo-1d43fa68b87f1d1aa10720a4cc39cac25d9ed3bc.tar.bz2 gentoo-1d43fa68b87f1d1aa10720a4cc39cac25d9ed3bc.zip |
dev-util/debootstrap: unkeyword for mips
Currently doesn't seem very useful, especially in current broken
mips state, so let's simplify mips tree before fixing it.
Bug: https://bugs.gentoo.org/759694
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.123.ebuild | 4 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.128_p2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.134.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/debootstrap/debootstrap-1.0.123.ebuild b/dev-util/debootstrap/debootstrap-1.0.123.ebuild index 8fd8c0b19641..312f835d46ae 100644 --- a/dev-util/debootstrap/debootstrap-1.0.123.ebuild +++ b/dev-util/debootstrap/debootstrap-1.0.123.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" app-arch/dpkg diff --git a/dev-util/debootstrap/debootstrap-1.0.128_p2.ebuild b/dev-util/debootstrap/debootstrap-1.0.128_p2.ebuild index 466ec93b04e3..a94d05fbc5e1 100644 --- a/dev-util/debootstrap/debootstrap-1.0.128_p2.ebuild +++ b/dev-util/debootstrap/debootstrap-1.0.128_p2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://salsa.debian.org/installer-team/${PN}/-/archive/${MY_PV}/${PN}- LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" app-arch/dpkg diff --git a/dev-util/debootstrap/debootstrap-1.0.134.ebuild b/dev-util/debootstrap/debootstrap-1.0.134.ebuild index f3548f563311..4a907734a3c9 100644 --- a/dev-util/debootstrap/debootstrap-1.0.134.ebuild +++ b/dev-util/debootstrap/debootstrap-1.0.134.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://salsa.debian.org/installer-team/${PN}/-/archive/${MY_PV}/${PN}- LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" RDEPEND=" app-arch/dpkg |