commit:     e1170d4fa7c1d19601076f4d302aa498a5325aeb
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 11:22:23 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 11:22:37 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e1170d4f

x11-misc/obconf-qt: sync with ::gentoo

Update EAPI and keywords, and remove sed from BDEPEND.

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-misc/obconf-qt/obconf-qt-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-misc/obconf-qt/obconf-qt-9999.ebuild 
b/x11-misc/obconf-qt/obconf-qt-9999.ebuild
index 3d68ec88..0239ef8d 100644
--- a/x11-misc/obconf-qt/obconf-qt-9999.ebuild
+++ b/x11-misc/obconf-qt/obconf-qt-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake xdg-utils
 
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
        EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
 else
        
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+       KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"
@@ -22,7 +22,6 @@ SLOT="0"
 BDEPEND="
        dev-qt/linguist-tools:5
        >=dev-util/lxqt-build-tools-0.8.0
-       sys-apps/sed
        virtual/pkgconfig
 "
 RDEPEND="

Reply via email to