summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild')
-rw-r--r--app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild b/app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild
index 91c3a8e154d8..24519dc74079 100644
--- a/app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild
+++ b/app-shells/squirrelsh/squirrelsh-1.2.7-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,10 +6,10 @@ EAPI=8
inherit edo toolchain-funcs
DESCRIPTION="Cross-platform object-oriented scripting shell using the squirrel language"
-HOMEPAGE="http://squirrelsh.sourceforge.net/"
+HOMEPAGE="https://squirrelsh.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc"
@@ -31,6 +31,7 @@ PATCHES=(
src_configure() {
# This package uses a custom written configure script
edo ./configure --prefix="${D}"/usr \
+ --with-librarian="$(tc-getAR) rc" \
--with-cc="$(tc-getCC)" \
--with-cpp="$(tc-getCXX)" \
--with-linker="$(tc-getCXX)" \