diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-08-25 11:19:36 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-08-25 14:02:54 +0200 |
commit | dac76f160bb059f5427626348e56a731e49eb2ef (patch) | |
tree | 61f7ed2182a0baa4f8ddadd5f65fc889289b9271 /dev-vcs | |
parent | gnome-base/dconf-editor: remove ~mips (diff) | |
download | gentoo-dac76f160bb059f5427626348e56a731e49eb2ef.tar.gz gentoo-dac76f160bb059f5427626348e56a731e49eb2ef.tar.bz2 gentoo-dac76f160bb059f5427626348e56a731e49eb2ef.zip |
dev-vcs/svn2cl: remove ~mips
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/svn2cl/svn2cl-0.12.ebuild | 4 | ||||
-rw-r--r-- | 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" |