Diff no-more-secrets-0.3.3 with a no-more-secrets-1.0.1

/usr/portage/app-misc/no-more-secrets/no-more-secrets-1.0.1.ebuild 2023-10-09 14:52:28.812368333 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit toolchain-funcs
7 7

  
......
19 19
LICENSE="GPL-3"
20 20
SLOT=0
21 21

  
22
BDEPEND=""
22 23
DEPEND="sys-libs/ncurses:0="
23
RDEPEND="${DEPEND}"
24
RDEPEND=""
24 25

  
25
PATCHES=( "${FILESDIR}"/${P}-respect-ldflags.patch )
26
PATCHES=( "${FILESDIR}"/no-more-secrets-9999-2018-10-25-respect-ldflags.patch )
26 27

  
27 28
src_compile() {
28
	CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake
29
	CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake all
29 30
}
Thank you!