diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:46:31 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:46:31 +0100 |
commit | 4f2dcebb138b1e369abbb55a7245c967f0f0939c (patch) | |
tree | 9ee365bff5ceae9b7da8770a37bdd93e88e652cf /app-admin/pwgen | |
parent | app-admin/perl-cleaner: drop x86-macos (diff) | |
download | gentoo-4f2dcebb138b1e369abbb55a7245c967f0f0939c.tar.gz gentoo-4f2dcebb138b1e369abbb55a7245c967f0f0939c.tar.bz2 gentoo-4f2dcebb138b1e369abbb55a7245c967f0f0939c.zip |
app-admin/pwgen: 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-admin/pwgen')
-rw-r--r-- | app-admin/pwgen/pwgen-2.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/pwgen/pwgen-2.08.ebuild b/app-admin/pwgen/pwgen-2.08.ebuild index 9694d8381ada..96da7315f89f 100644 --- a/app-admin/pwgen/pwgen-2.08.ebuild +++ b/app-admin/pwgen/pwgen-2.08.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="mirror://sourceforge/pwgen/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="livecd" src_configure() { |