dev-lang/gnu-smalltalk: epatch->PATCHES=()

Also drop unneeded eclasses.

Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
Marty E. Plummer
2018-04-20 03:13:13 -05:00
committed by David Seifert
parent 68aba6676e
commit 900b28acd6
2 changed files with 8 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
--- config.h.in 2013-04-07 22:52:21.000000000 -0700
+++ config.h.in 2016-06-20 16:46:46.560891256 -0700
--- a/config.h.in
+++ b/config.h.in
@@ -879,6 +879,13 @@
#define below would cause a syntax error. */
#undef _UINT64_T

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
EAPI=6
inherit elisp-common flag-o-matic eutils multilib
inherit elisp-common flag-o-matic
DESCRIPTION="GNU Smalltalk"
HOMEPAGE="http://smalltalk.gnu.org"
@@ -29,11 +29,10 @@ S="${WORKDIR}/smalltalk-${PV}"
SITEFILE=50gnu-smalltalk-gentoo.el
src_prepare() {
PATCHES=(
# fix misuse of the Tcl API, bug 492710
epatch "${FILESDIR}"/${PN}-3.2_use-result.patch
default
}
"${FILESDIR}"/${PN}-3.2_use-result.patch
)
src_configure() {
replace-flags '-O3' '-O2'