diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:32:08 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:45 +0100 |
commit | 9b55a66bb17da5d014ae74f649459e134cc1eb0d (patch) | |
tree | 064cd09b4533e383a58926fd46528b5330fbcbee /dev-libs/uulib/uulib-0.5.20-r1.ebuild | |
parent | dev-libs/uriparser: drop x86-macos (diff) | |
download | gentoo-9b55a66bb17da5d014ae74f649459e134cc1eb0d.tar.gz gentoo-9b55a66bb17da5d014ae74f649459e134cc1eb0d.tar.bz2 gentoo-9b55a66bb17da5d014ae74f649459e134cc1eb0d.zip |
dev-libs/uulib: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs/uulib/uulib-0.5.20-r1.ebuild')
-rw-r--r-- | dev-libs/uulib/uulib-0.5.20-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/uulib/uulib-0.5.20-r1.ebuild b/dev-libs/uulib/uulib-0.5.20-r1.ebuild index 62e9ab67e4bd..96c0207408d5 100644 --- a/dev-libs/uulib/uulib-0.5.20-r1.ebuild +++ b/dev-libs/uulib/uulib-0.5.20-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=5 @@ -13,7 +13,7 @@ SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" S=${WORKDIR}/${MY_P}/${PN} |