From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1658998-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E8B14159CAD
	for <garchives@archives.gentoo.org>; Mon,  5 Aug 2024 07:18:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id ECE49E2B72;
	Mon,  5 Aug 2024 07:18:17 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D0021E2B72
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Aug 2024 07:18:17 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0F85D341C4B
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Aug 2024 07:18:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EC8421EA4
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Aug 2024 07:18:12 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1722841656.f52a7be6168b7b0f9dff6d89ff0dbad538feda1e.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc-deploying/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild
X-VCS-Directories: www-apps/nanoc-deploying/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: f52a7be6168b7b0f9dff6d89ff0dbad538feda1e
X-VCS-Branch: master
Date: Mon,  5 Aug 2024 07:18:12 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 48c102bb-cb82-44ed-8b5e-c21ca7b484c2
X-Archives-Hash: 6d99e4e477f46e9d5168cc8fa09f4178

commit:     f52a7be6168b7b0f9dff6d89ff0dbad538feda1e
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jul 30 11:15:00 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 07:07:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52a7be6

www-apps/nanoc-deploying: remove empty IUSE

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild b/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild
index 581d016f0e25..2df5b290fda4 100644
--- a/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild
+++ b/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild
@@ -7,18 +7,16 @@ USE_RUBY="ruby31 ruby32 ruby33"
 # Upstream has specs but they are not available in the gem and the
 # repository upstream is not tagged for this.
 RUBY_FAKEGEM_RECIPE_TEST="none"
-
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
 
 inherit ruby-fakegem
 
 DESCRIPTION="Provides deploying functionality for Nanoc"
 HOMEPAGE="https://nanoc.app/"
-LICENSE="MIT"
 
-KEYWORDS="~amd64 ~riscv"
+LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-IUSE=""
+KEYWORDS="~amd64 ~riscv"
 
 ruby_add_rdepend "
 	www-apps/nanoc-checking:1