commit:     87b58f858c9201bbdd46463c7fba248e6b9a93cb
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 29 15:01:42 2026 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Jan 29 15:01:42 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87b58f85

dev-vcs/gitahead: fix broken install

Closes: https://bugs.gentoo.org/966190
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 .../{gitahead-2.7.1-r1.ebuild => gitahead-2.7.1-r2.ebuild}        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild 
b/dev-vcs/gitahead/gitahead-2.7.1-r2.ebuild
similarity index 94%
rename from dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild
rename to dev-vcs/gitahead/gitahead-2.7.1-r2.ebuild
index d70dcc67d0..10522c6089 100644
--- a/dev-vcs/gitahead/gitahead-2.7.1-r1.ebuild
+++ b/dev-vcs/gitahead/gitahead-2.7.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -31,9 +31,11 @@ RDEPEND="
        dev-libs/openssl:=
        dev-qt/qt5compat:6
        dev-qt/qtbase:6[concurrent,gui,network,widgets]
+       media-libs/libjpeg-turbo:=
        net-libs/http-parser:=
        net-libs/libssh2
        virtual/zlib:=
+       x11-libs/libxkbcommon
        gnome-keyring? (
                app-crypt/libsecret
        )
@@ -89,10 +91,8 @@ src_install() {
        cd "${BUILD_DIR}" || die
 
        eninja package
-       cd ./_CPack_Packages/Linux/STGZ || die
-       mkdir -p "${D}"/usr/share || die
        bash ./GitAhead-2.7.1.sh --prefix="${D}"/usr/share --include-subdir || 
die
-       rm -fr "${D}"/usr/share/GitAhead/*.so.* || die
+       rm "${D}"/usr/share/GitAhead/*.so.* || die
 
        cd "${D}"/usr/share/GitAhead/Resources/GitAhead.iconset || die
        local res

Reply via email to