mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lisp/clisp: Scrub XDG variables
Closes: https://bugs.gentoo.org/649932 Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit flag-o-matic eutils toolchain-funcs multilib
|
||||
inherit flag-o-matic eutils toolchain-funcs multilib xdg-utils
|
||||
|
||||
DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp"
|
||||
HOMEPAGE="http://clisp.sourceforge.net/"
|
||||
@@ -61,6 +61,7 @@ src_prepare() {
|
||||
if use alpha || use ia64; then
|
||||
sed -i -e 's/-O2//g' src/makemake.in || die
|
||||
fi
|
||||
xdg_environment_reset
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit eutils flag-o-matic multilib toolchain-funcs
|
||||
inherit eutils flag-o-matic multilib toolchain-funcs xdg-utils
|
||||
|
||||
DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp"
|
||||
HOMEPAGE="http://clisp.sourceforge.net/"
|
||||
@@ -61,6 +61,8 @@ src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-bits_ipctypes_to_sys_ipc.patch
|
||||
epatch "${FILESDIR}"/${P}-get_hostname.patch
|
||||
epatch "${FILESDIR}"/${P}-tinfo.patch
|
||||
|
||||
xdg_environment_reset
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils flag-o-matic multilib toolchain-funcs
|
||||
inherit eutils flag-o-matic multilib toolchain-funcs xdg-utils
|
||||
|
||||
DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp"
|
||||
HOMEPAGE="http://clisp.sourceforge.net/"
|
||||
@@ -60,6 +60,8 @@ src_prepare() {
|
||||
fi
|
||||
eapply "${FILESDIR}"/"${P}"-after_glibc_cfree_bdb.patch
|
||||
eapply_user
|
||||
|
||||
xdg_environment_reset
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user