diff options
author | 2021-01-24 13:18:21 +0100 | |
---|---|---|
committer | 2021-01-24 13:18:21 +0100 | |
commit | 7a1d7362e30b2a8e1e4b7ed2181fbd41b35ba8bd (patch) | |
tree | c5d79e0385fe5555ccb58e13923ab806c19a6d6f /sys-apps | |
parent | sys-apps/man: drop ~x86-macos (diff) | |
download | prefix-7a1d7362e30b2a8e1e4b7ed2181fbd41b35ba8bd.tar.gz prefix-7a1d7362e30b2a8e1e4b7ed2181fbd41b35ba8bd.tar.bz2 prefix-7a1d7362e30b2a8e1e4b7ed2181fbd41b35ba8bd.zip |
sys-apps/sed: drop ~x86-macos
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/sed/sed-4.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.8.ebuild b/sys-apps/sed/sed-4.8.ebuild index cf0e86a0c4..dbdacab155 100644 --- a/sys-apps/sed/sed-4.8.ebuild +++ b/sys-apps/sed/sed-4.8.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=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/sed/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="acl forced-sandbox nls selinux static" RDEPEND=" |