Submitted-by: eroen <gentoo@eroen.eu>
Package-Manager: Portage-2.3.13, Repoman-2.3.3
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="An accumulation place for pure-scheme Guile modules"
HOMEPAGE="http://www.nongnu.org/guile-lib/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/old/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
RDEPEND=">=dev-scheme/guile-2.0.12[regex,deprecated]"
DEPEND="${RDEPEND} !<dev-libs/g-wrap-1.9.8"
+STRIP_MASK="*.go"
+
src_install() {
emake -j1 DESTDIR="${D}" install
}