Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/eglexternalplatform/
Date: Fri, 24 Dec 2021 14:28:49
Message-Id: 1640355998.0069bb36045a03164fdff15e3adc5ca8ed79c993.ionen@gentoo
1 commit: 0069bb36045a03164fdff15e3adc5ca8ed79c993
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 24 13:54:05 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 14:26:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0069bb36
7
8 gui-libs/eglexternalplatform: EAPI7->8, adjust prefix sed
9
10 Very trivial bump given not using eclasses, so straight to stable.
11
12 sed change is mostly to be more determinisitic and prevent noise
13 from sed change checkers (qa-sed).
14
15 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
16
17 gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild | 7 ++++---
18 1 file changed, 4 insertions(+), 3 deletions(-)
19
20 diff --git a/gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild b/gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild
21 index d224b408e9f7..5bb7ad87229a 100644
22 --- a/gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild
23 +++ b/gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild
24 @@ -1,7 +1,7 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=7
30 +EAPI=8
31
32 DESCRIPTION="EGL External Platform interface"
33 HOMEPAGE="https://github.com/NVIDIA/eglexternalplatform"
34 @@ -13,7 +13,8 @@ KEYWORDS="amd64"
35
36 src_prepare() {
37 default
38 - sed -i "/^inc/s@=@=${EPREFIX}@" eglexternalplatform.pc || die
39 +
40 + use !prefix || sed -i "/^inc/s|=|=${EPREFIX}|" eglexternalplatform.pc || die
41 }
42
43 src_install() {