diff options
-rw-r--r-- | dev-python/scrypt/scrypt-0.8.16.ebuild | 2 | ||||
-rw-r--r-- | dev-python/scrypt/scrypt-0.8.18.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/scrypt/scrypt-0.8.16.ebuild b/dev-python/scrypt/scrypt-0.8.16.ebuild index 39a840266ab6..e171f4d2f015 100644 --- a/dev-python/scrypt/scrypt-0.8.16.ebuild +++ b/dev-python/scrypt/scrypt-0.8.16.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/holgern/py-scrypt/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" SLOT="0" RDEPEND="dev-libs/openssl:0=" diff --git a/dev-python/scrypt/scrypt-0.8.18.ebuild b/dev-python/scrypt/scrypt-0.8.18.ebuild index d7034e8ceaf9..68f680a9be2a 100644 --- a/dev-python/scrypt/scrypt-0.8.18.ebuild +++ b/dev-python/scrypt/scrypt-0.8.18.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" # no functional changes since 0.8.16, so no point in upgrading -KEYWORDS="" +KEYWORDS="~m68k" SLOT="0" RDEPEND="dev-libs/openssl:0=" |