diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-08-25 11:22:49 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-08-25 14:03:00 +0200 |
commit | dcf25220722590031d000484a3b85573f3c99e33 (patch) | |
tree | a96eabb4085d7768e6cc7f28ce7da9f54a3c84e1 /dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild | |
parent | dev-util/perf: remove ~mips (diff) | |
download | gentoo-dcf25220722590031d000484a3b85573f3c99e33.tar.gz gentoo-dcf25220722590031d000484a3b85573f3c99e33.tar.bz2 gentoo-dcf25220722590031d000484a3b85573f3c99e33.zip |
dev-util/bitcoin-tx: remove ~mips
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild')
-rw-r--r-- | dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild index 251c5a7b8c66..4eace497e402 100644 --- a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild +++ b/dev-util/bitcoin-tx/bitcoin-tx-25.1.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 @@ -8,6 +8,6 @@ HOMEPAGE="https://bitcoincore.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" RDEPEND="~net-p2p/bitcoin-core-${PV}" |