mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-lang/fbc: bump to 1.07.2
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
@@ -27,7 +27,7 @@ DEPEND="
|
||||
)"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES="${FILESDIR}/${PV}"
|
||||
PATCHES=( "${FILESDIR}"/${PN}-1.07.0-Pass-ltinfo-to-linker.patch )
|
||||
|
||||
DOCS="${S}/doc/fbc.1"
|
||||
|
||||
@@ -45,10 +45,10 @@ src_prepare() {
|
||||
# We only need bootstrap source code if fbc is not already present
|
||||
if ! has_version dev-lang/fbc; then
|
||||
cd "${BOOTSTRAP_S}" || die "cd failed"
|
||||
eapply "${FILESDIR}/${PV}"
|
||||
eapply "${PATCHES[@]}"
|
||||
cd "${S}" || die "cd failed"
|
||||
fi
|
||||
default
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user