From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 067BA1581FB for ; Sun, 25 Aug 2024 12:04:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1423E29E6; Sun, 25 Aug 2024 12:04:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9849E29E6 for ; Sun, 25 Aug 2024 12:04:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14F98342FB4 for ; Sun, 25 Aug 2024 12:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 156431F14 for ; Sun, 25 Aug 2024 12:04:06 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1724587374.dac76f160bb059f5427626348e56a731e49eb2ef.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2cl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/svn2cl/svn2cl-0.12.ebuild dev-vcs/svn2cl/svn2cl-0.14.ebuild X-VCS-Directories: dev-vcs/svn2cl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: dac76f160bb059f5427626348e56a731e49eb2ef X-VCS-Branch: master Date: Sun, 25 Aug 2024 12:04:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8a0e046c-ccd9-4c5a-a967-c8bcc467c460 X-Archives-Hash: 2f9bcb19d6cc6f27999027ca8a8402f7 commit: dac76f160bb059f5427626348e56a731e49eb2ef Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 09:19:36 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 12:02:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac76f16 dev-vcs/svn2cl: remove ~mips Signed-off-by: Andreas K. Hüttel gentoo.org> dev-vcs/svn2cl/svn2cl-0.12.ebuild | 4 ++-- dev-vcs/svn2cl/svn2cl-0.14.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-vcs/svn2cl/svn2cl-0.12.ebuild b/dev-vcs/svn2cl/svn2cl-0.12.ebuild index d788d5b194c9..36f563bce881 100644 --- a/dev-vcs/svn2cl/svn2cl-0.12.ebuild +++ b/dev-vcs/svn2cl/svn2cl-0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" RDEPEND="dev-libs/libxslt diff --git a/dev-vcs/svn2cl/svn2cl-0.14.ebuild b/dev-vcs/svn2cl/svn2cl-0.14.ebuild index 94b628285895..d6129d7be766 100644 --- a/dev-vcs/svn2cl/svn2cl-0.14.ebuild +++ b/dev-vcs/svn2cl/svn2cl-0.14.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 @@ -9,7 +9,7 @@ SRC_URI="https://arthurdejong.org/svn2cl/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc x86" +KEYWORDS="amd64 ~ppc x86" RDEPEND="dev-libs/libxslt dev-vcs/subversion"