diff options
author | 2021-01-06 14:40:07 +0100 | |
---|---|---|
committer | 2021-01-06 14:40:07 +0100 | |
commit | 37ff2282744ba21cc2c6a921d61bde9c2a71354e (patch) | |
tree | 325c0da682cbb229c2860abd256101d6032166cf /app-text/recode/recode-3.7.6-r1.ebuild | |
parent | app-text/rarian: drop x86-macos (diff) | |
download | gentoo-37ff2282744ba21cc2c6a921d61bde9c2a71354e.tar.gz gentoo-37ff2282744ba21cc2c6a921d61bde9c2a71354e.tar.bz2 gentoo-37ff2282744ba21cc2c6a921d61bde9c2a71354e.zip |
app-text/recode: 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-text/recode/recode-3.7.6-r1.ebuild')
-rw-r--r-- | app-text/recode/recode-3.7.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/recode/recode-3.7.6-r1.ebuild b/app-text/recode/recode-3.7.6-r1.ebuild index 493663fdbbe3..52086b8a4c8b 100644 --- a/app-text/recode/recode-3.7.6-r1.ebuild +++ b/app-text/recode/recode-3.7.6-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=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rrthomas/recode/releases/download/v${PV}/${P}.tar.gz LICENSE="GPL-2" # librecode soname version SLOT="0/3" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" IUSE="nls static-libs" DEPEND="sys-devel/flex" |