diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:24:03 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:11 +0100 |
commit | 04652fc553d7bbc809dd9013fa3635cfc900a26d (patch) | |
tree | 2ff1dd0c1f401e5220f52ba764b362ba8a49930a /dev-ruby/settingslogic | |
parent | dev-ruby/session: drop x86-macos (diff) | |
download | gentoo-04652fc553d7bbc809dd9013fa3635cfc900a26d.tar.gz gentoo-04652fc553d7bbc809dd9013fa3635cfc900a26d.tar.bz2 gentoo-04652fc553d7bbc809dd9013fa3635cfc900a26d.zip |
dev-ruby/settingslogic: 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-ruby/settingslogic')
-rw-r--r-- | dev-ruby/settingslogic/settingslogic-2.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/settingslogic/settingslogic-2.0.9.ebuild b/dev-ruby/settingslogic/settingslogic-2.0.9.ebuild index 80b9e861fb3a..ecba1776ac01 100644 --- a/dev-ruby/settingslogic/settingslogic-2.0.9.ebuild +++ b/dev-ruby/settingslogic/settingslogic-2.0.9.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 @@ -15,7 +15,7 @@ DESCRIPTION="A simple configuration / settings solution that uses an ERB enabled HOMEPAGE="https://github.com/binarylogic/settingslogic" LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~x86-macos" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" |