summaryrefslogtreecommitdiff
path: root/games-board/xscrabble/xscrabble-2.10-r4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-17 20:32:17 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-17 20:32:17 +0100
commit83b5cde41ddb8fd20de4536dd68eb08da42d013e (patch)
tree6a993cfe0eb5a8024c508e9f6a6de02538f7c52e /games-board/xscrabble/xscrabble-2.10-r4.ebuild
parent9c26151d84a72781f240cc7ca3e2f0ab4ba60f74 (diff)
gentoo auto-resync : 17:07:2022 - 20:32:17
Diffstat (limited to 'games-board/xscrabble/xscrabble-2.10-r4.ebuild')
-rw-r--r--games-board/xscrabble/xscrabble-2.10-r4.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-board/xscrabble/xscrabble-2.10-r4.ebuild b/games-board/xscrabble/xscrabble-2.10-r4.ebuild
index f60f7b5ce43f..89303a0e6ce2 100644
--- a/games-board/xscrabble/xscrabble-2.10-r4.ebuild
+++ b/games-board/xscrabble/xscrabble-2.10-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="An X11 clone of the well-known Scrabble"
HOMEPAGE="http://freshmeat.net/projects/xscrabble/?topic_id=80"
@@ -52,6 +52,9 @@ src_prepare() {
}
src_configure() {
+ # bug #858623
+ filter-lto
+
tc-export AR CC LD RANLIB
export IMAKECPP=${IMAKECPP:-$(tc-getCPP)}
}