diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:00:18 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:31:51 +0100 |
commit | 851416f3cacc91ee41f0e7332f5c8daf8e32a126 (patch) | |
tree | c76065e0c62cd9891501101d4c7a100491f37438 /dev-ruby/daemons | |
parent | dev-ruby/crass: drop x86-macos (diff) | |
download | gentoo-851416f3cacc91ee41f0e7332f5c8daf8e32a126.tar.gz gentoo-851416f3cacc91ee41f0e7332f5c8daf8e32a126.tar.bz2 gentoo-851416f3cacc91ee41f0e7332f5c8daf8e32a126.zip |
dev-ruby/daemons: 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/daemons')
-rw-r--r-- | dev-ruby/daemons/daemons-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/daemons/daemons-1.3.1.ebuild b/dev-ruby/daemons/daemons-1.3.1.ebuild index 95e896b457a8..2232851699f9 100644 --- a/dev-ruby/daemons/daemons-1.3.1.ebuild +++ b/dev-ruby/daemons/daemons-1.3.1.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 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/thuehlinger/daemons/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="examples" all_ruby_prepare() { |