diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-05-25 22:00:32 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-05-25 22:00:32 +0200 |
commit | b76b6d3eeb85be1dbc96c1a7b0c638a2766789d6 (patch) | |
tree | 7cc5a2d7f1df9e63e8568d500fc65d8d6b482da9 /sys-devel/gettext | |
parent | profiles: remove x64-cygwin/windows (diff) | |
download | gentoo-b76b6d3eeb85be1dbc96c1a7b0c638a2766789d6.tar.gz gentoo-b76b6d3eeb85be1dbc96c1a7b0c638a2766789d6.tar.bz2 gentoo-b76b6d3eeb85be1dbc96c1a7b0c638a2766789d6.zip |
*/*: remove x86-winnt keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/gettext-0.21.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gettext/gettext-0.21.1.ebuild b/sys-devel/gettext/gettext-0.21.1.ebuild index f3a0349fe6aa..826f50a8376a 100644 --- a/sys-devel/gettext/gettext-0.21.1.ebuild +++ b/sys-devel/gettext/gettext-0.21.1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *_rc* ]] ; then else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris ~x86-winnt" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi # Only libasprintf is under the LGPL (and libintl is in a sep package), # so put that license behind USE=cxx. |