commit: 6d38c6eace7a34a42dfd60401e9c3bd85766509f Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun May 12 06:32:32 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jun 1 06:19:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d38c6ea
ruby-ng-gnome2.eclass: remove "default" SRC_URI This default was never used since it was always overwritten by the if/else following it. Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> eclass/ruby-ng-gnome2.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index e10f1e625993..8cce47cf1903 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2.eclass @@ -44,7 +44,6 @@ BDEPEND="virtual/pkgconfig" ruby_add_bdepend " dev-ruby/pkg-config test? ( >=dev-ruby/test-unit-2 )" -SRC_URI="https://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" HOMEPAGE="https://ruby-gnome.github.io/" LICENSE="LGPL-2.1+" SLOT="0"