diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 20:46:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 20:46:49 +0200 |
commit | bd600564db9f5c5edacd9a172aa95cd7345703ff (patch) | |
tree | 17ee37ffe17dea71a4595be52c1b791ab55e2f4c /dev-libs/kqoauth | |
parent | x11-themes/smplayer-skins: EAPI-7 bump, missing || die (diff) | |
download | gentoo-bd600564db9f5c5edacd9a172aa95cd7345703ff.tar.gz gentoo-bd600564db9f5c5edacd9a172aa95cd7345703ff.tar.bz2 gentoo-bd600564db9f5c5edacd9a172aa95cd7345703ff.zip |
dev-libs/kqoauth: EAPI-7 bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kqoauth')
-rw-r--r-- | dev-libs/kqoauth/kqoauth-0.98-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/kqoauth/kqoauth-0.98-r2.ebuild b/dev-libs/kqoauth/kqoauth-0.98-r2.ebuild index dbfc65327cd6..af40313065f8 100644 --- a/dev-libs/kqoauth/kqoauth-0.98-r2.ebuild +++ b/dev-libs/kqoauth/kqoauth-0.98-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit qmake-utils @@ -30,10 +30,10 @@ src_prepare() { # prevent tests from beeing built at src_compile sed -i -e '/SUBDIRS/s/ tests//' ${PN}.pro || die "sed on ${PN}.pro failed" # respect libdir - sed -e 's:{INSTALL_PREFIX}/lib:[QT_INSTALL_LIBS]:g' -i src/src.pro || die "sed on src.pro failed" + sed -e 's:{INSTALL_PREFIX}/lib:[QT_INSTALL_LIBS]:g'\ + -i src/src.pro || die "sed on src.pro failed" - sed \ - -e "s/TARGET = kqoauth/TARGET = kqoauth-qt5/g" \ + sed -e "s/TARGET = kqoauth/TARGET = kqoauth-qt5/g" \ -i src/src.pro || die } |