diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-12-24 08:54:05 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-12-24 09:26:38 -0500 |
commit | 0069bb36045a03164fdff15e3adc5ca8ed79c993 (patch) | |
tree | 2cbc37d4c576cf0df88a52e732192cd22e3cbd2e /gui-libs | |
parent | app-admin/integrit: Stabilize 4.2_rc1 ppc, #829886 (diff) | |
download | gentoo-0069bb36045a03164fdff15e3adc5ca8ed79c993.tar.gz gentoo-0069bb36045a03164fdff15e3adc5ca8ed79c993.tar.bz2 gentoo-0069bb36045a03164fdff15e3adc5ca8ed79c993.zip |
gui-libs/eglexternalplatform: EAPI7->8, adjust prefix sed
Very trivial bump given not using eclasses, so straight to stable.
sed change is mostly to be more determinisitic and prevent noise
from sed change checkers (qa-sed).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild b/gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild index d224b408e9f7..5bb7ad87229a 100644 --- a/gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild +++ b/gui-libs/eglexternalplatform/eglexternalplatform-1.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="EGL External Platform interface" HOMEPAGE="https://github.com/NVIDIA/eglexternalplatform" @@ -13,7 +13,8 @@ KEYWORDS="amd64" src_prepare() { default - sed -i "/^inc/s@=@=${EPREFIX}@" eglexternalplatform.pc || die + + use !prefix || sed -i "/^inc/s|=|=${EPREFIX}|" eglexternalplatform.pc || die } src_install() { |