From 3d12b65aa1b4bb8b02b1f8d3e77bccf230b79a09 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 1 May 2024 00:00:05 +0100 Subject: gentoo auto-resync : 01:05:2024 - 00:00:04 --- eclass/Manifest.gz | Bin 39595 -> 39590 bytes eclass/ruby-ng-gnome2.eclass | 6 +++--- eclass/stardict.eclass | 4 ++-- eclass/toolchain.eclass | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 70b1a3228520..7e028f8dc1ea 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index e6636811aacc..e10f1e625993 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2.eclass @@ -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 # @ECLASS: ruby-ng-gnome2.eclass @@ -44,7 +44,7 @@ BDEPEND="virtual/pkgconfig" ruby_add_bdepend " dev-ruby/pkg-config test? ( >=dev-ruby/test-unit-2 )" -SRC_URI="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" +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" @@ -52,7 +52,7 @@ if ver_test -ge "3.4.0"; then SRC_URI="https://github.com/ruby-gnome/ruby-gnome/archive/${PV}.tar.gz -> ruby-gnome2-${PV}.tar.gz" RUBY_S=ruby-gnome-${PV}/${RUBY_FAKEGEM_NAME} else - SRC_URI="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME} fi diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index 080c01f92470..b69310c7cb18 100644 --- a/eclass/stardict.eclass +++ b/eclass/stardict.eclass @@ -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 # @ECLASS: stardict.eclass @@ -48,7 +48,7 @@ if [[ -n ${FROM_LANG} && -n ${TO_LANG} ]]; then fi HOMEPAGE="http://stardict.sourceforge.net/" -SRC_URI="mirror://sourceforge/stardict/${DICT_P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/stardict/${DICT_P}.tar.bz2" S="${WORKDIR}/${DICT_P}" LICENSE="GPL-2" diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index a5d4345e7fbf..4d057de7a0f3 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -300,7 +300,7 @@ if [[ ${PN} != kgcc64 && ${PN} != gcc-* ]] ; then IUSE+=" go" IUSE+=" +sanitize" TC_FEATURES+=( sanitize ) IUSE+=" graphite" TC_FEATURES+=( graphite ) - IUSE+=" ada" + IUSE+=" ada" TC_FEATURES+=( ada ) IUSE+=" vtv" IUSE+=" jit" IUSE+=" +pie +ssp pch" @@ -320,7 +320,7 @@ if [[ ${PN} != kgcc64 && ${PN} != gcc-* ]] ; then # See https://gcc.gnu.org/pipermail/gcc-patches/2023-April/615944.html # and https://rust-gcc.github.io/2023/04/24/gccrs-and-gcc13-release.html for why # it was disabled in 13. - tc_version_is_at_least 14.0.0_pre20230423 ${PV} && IUSE+=" rust" + tc_version_is_at_least 14.0.0_pre20230423 ${PV} && IUSE+=" rust" TC_FEATURES+=( rust ) fi if tc_version_is_at_least 10; then @@ -2507,7 +2507,7 @@ _tc_use_if_iuse() { is_ada() { gcc-lang-supported ada || return 1 - _tc_use_if_iuse ada + _tc_use_if_iuse cxx && _tc_use_if_iuse ada } is_cxx() { -- cgit v1.2.3