diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:45:43 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:45:43 +0100 |
commit | bea48cdcc66c04fb0cff95744dd774f635007715 (patch) | |
tree | a36941833941c760e3176e5623b8e3f7c6399a77 /app-admin | |
parent | app-admin/haskell-updater: drop x86-macos (diff) | |
download | gentoo-bea48cdcc66c04fb0cff95744dd774f635007715.tar.gz gentoo-bea48cdcc66c04fb0cff95744dd774f635007715.tar.bz2 gentoo-bea48cdcc66c04fb0cff95744dd774f635007715.zip |
app-admin/makepasswd: 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')
-rw-r--r-- | app-admin/makepasswd/makepasswd-1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/makepasswd/makepasswd-1.10.ebuild b/app-admin/makepasswd/makepasswd-1.10.ebuild index d36c2973c4d4..3d62de699ea0 100644 --- a/app-admin/makepasswd/makepasswd-1.10.ebuild +++ b/app-admin/makepasswd/makepasswd-1.10.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://debian/dists/potato/main/source/admin/${P/-/_}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="dev-lang/perl" |