summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-07-30 13:13:43 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-08-05 10:07:36 +0300
commit53dd513d810e7d198a0fbb0d33bce2a4a5c437f6 (patch)
tree1ad7703fe06ac7f776ff8f10ac24c43feb4e2eee /www-apps
parentsys-process/usbtop: remove empty IUSE (diff)
downloadgentoo-53dd513d810e7d198a0fbb0d33bce2a4a5c437f6.tar.gz
gentoo-53dd513d810e7d198a0fbb0d33bce2a4a5c437f6.tar.bz2
gentoo-53dd513d810e7d198a0fbb0d33bce2a4a5c437f6.zip
www-apps/jekyll-sitemap: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/jekyll-sitemap/jekyll-sitemap-1.4.0-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/www-apps/jekyll-sitemap/jekyll-sitemap-1.4.0-r1.ebuild b/www-apps/jekyll-sitemap/jekyll-sitemap-1.4.0-r1.ebuild
index f535799e02be..b81497226e44 100644
--- a/www-apps/jekyll-sitemap/jekyll-sitemap-1.4.0-r1.ebuild
+++ b/www-apps/jekyll-sitemap/jekyll-sitemap-1.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,6 @@ USE_RUBY="ruby30 ruby31"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_EXTRADOC="README.md History.markdown"
-
RUBY_FAKEGEM_GEMSPEC="jekyll-sitemap.gemspec"
inherit ruby-fakegem
@@ -18,7 +17,6 @@ SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
ruby_add_rdepend "=www-apps/jekyll-4*"