Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fbset/
Date: Wed, 20 Jan 2021 17:22:07
Message-Id: 1611163321.b7fcf1eb589f4402b40377fe9b8af47baf61eec1.polynomial-c@gentoo
1 commit: b7fcf1eb589f4402b40377fe9b8af47baf61eec1
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 20 17:21:55 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 20 17:22:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fcf1eb
7
8 sys-apps/fbset: Convert to EAPI-7
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-apps/fbset/fbset-2.1.ebuild | 17 ++++++++---------
14 1 file changed, 8 insertions(+), 9 deletions(-)
15
16 diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild
17 index d6d2979ad87..282b230b79a 100644
18 --- a/sys-apps/fbset/fbset-2.1.ebuild
19 +++ b/sys-apps/fbset/fbset-2.1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -inherit toolchain-funcs flag-o-matic eutils
29 +inherit toolchain-funcs flag-o-matic
30
31 DESCRIPTION="A utility to set the framebuffer videomode"
32 HOMEPAGE="http://users.telenet.be/geertu/Linux/fbdev/"
33 @@ -14,15 +14,14 @@ SLOT="0"
34 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86"
35 IUSE="static"
36
37 -DEPEND="sys-devel/bison
38 +BDEPEND="sys-devel/bison
39 sys-devel/flex"
40 RDEPEND=""
41
42 -src_prepare() {
43 - epatch "${FILESDIR}/${P}-build.patch"
44 - epatch "${FILESDIR}/${P}-add-linux-types-h.patch"
45 - default
46 -}
47 +PATCHES=(
48 + "${FILESDIR}/${P}-build.patch"
49 + "${FILESDIR}/${P}-add-linux-types-h.patch"
50 +)
51
52 src_compile() {
53 use static && append-ldflags -static