commit: 53dd513d810e7d198a0fbb0d33bce2a4a5c437f6 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Tue Jul 30 11:13:43 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=53dd513d
www-apps/jekyll-sitemap: remove empty IUSE Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-apps/jekyll-sitemap/jekyll-sitemap-1.4.0-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 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*"