diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:18:10 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:18:10 +0100 |
commit | 99ba53312252f3517216344a4cbdbde8e2c9ff46 (patch) | |
tree | 53efac132f9cd6775c9521cb8f2c7bcc22ca0262 /app-misc | |
parent | app-misc/realpath: drop x86-macos (diff) | |
download | gentoo-99ba53312252f3517216344a4cbdbde8e2c9ff46.tar.gz gentoo-99ba53312252f3517216344a4cbdbde8e2c9ff46.tar.bz2 gentoo-99ba53312252f3517216344a4cbdbde8e2c9ff46.zip |
app-misc/rlwrap: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.42-r1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.42.ebuild | 4 | ||||
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.43.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/rlwrap/rlwrap-0.42-r1.ebuild b/app-misc/rlwrap/rlwrap-0.42-r1.ebuild index 42fbc4afe628..bc3573346e6d 100644 --- a/app-misc/rlwrap/rlwrap-0.42-r1.ebuild +++ b/app-misc/rlwrap/rlwrap-0.42-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~mips ~ppc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug" RDEPEND="sys-libs/readline:0=" diff --git a/app-misc/rlwrap/rlwrap-0.42.ebuild b/app-misc/rlwrap/rlwrap-0.42.ebuild index affe9f4c10d1..9424b2cb5642 100644 --- a/app-misc/rlwrap/rlwrap-0.42.ebuild +++ b/app-misc/rlwrap/rlwrap-0.42.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ppc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~mips ppc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug" RDEPEND="sys-libs/readline:0=" diff --git a/app-misc/rlwrap/rlwrap-0.43.ebuild b/app-misc/rlwrap/rlwrap-0.43.ebuild index b2942ab6cbfa..52a0894cdbe5 100644 --- a/app-misc/rlwrap/rlwrap-0.43.ebuild +++ b/app-misc/rlwrap/rlwrap-0.43.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/hanslub42/${PN}/releases/download/v${PV}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~mips ~ppc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug" RDEPEND="sys-libs/readline:0=" |