summaryrefslogtreecommitdiff
path: root/games-board/gnuchess
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-18 00:49:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-18 00:49:54 +0000
commit655704addd3c812ddf672791c63d4c5001a4f7c2 (patch)
tree2c0e26c96974f0729d355c66ce2492b31c2dffd9 /games-board/gnuchess
parent93f0b20c1df250463a8da789dd4415b77cf855d1 (diff)
downloadbaldeagleos-repo-655704addd3c812ddf672791c63d4c5001a4f7c2.tar.gz
baldeagleos-repo-655704addd3c812ddf672791c63d4c5001a4f7c2.tar.xz
baldeagleos-repo-655704addd3c812ddf672791c63d4c5001a4f7c2.zip
Adding metadata
Diffstat (limited to 'games-board/gnuchess')
-rw-r--r--games-board/gnuchess/gnuchess-6.2.9.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/games-board/gnuchess/gnuchess-6.2.9.ebuild b/games-board/gnuchess/gnuchess-6.2.9.ebuild
index 886f173195d4..85c25649da82 100644
--- a/games-board/gnuchess/gnuchess-6.2.9.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.9.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit flag-o-matic
+
DESCRIPTION="Console based chess interface"
HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
SRC_URI="mirror://gnu/chess/${P}.tar.gz"
@@ -12,6 +14,9 @@ SLOT="0"
KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
src_configure() {
+ # -Wodr warnings, bug #858611
+ filter-lto
+
# bug #491088
econf --without-readline
}