commit:     a6de3e6900e71899f49c83e77a8df3423b3839db
Author:     Nguyen Dinh Dang Duong <dangduong31205 <AT> gmail <DOT> com>
AuthorDate: Mon Jul  7 17:28:03 2025 +0000
Commit:     Nguyen Dinh Dang Duong <dangduong31205 <AT> gmail <DOT> com>
CommitDate: Mon Jul  7 17:28:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6de3e69

www-client/zen-bin: minor fixes

  EmptyGlobalAssignment: version 1.14.2b: line 48: empty global assignment: 
BDEPEND=""
  TrailingEmptyLine: version 1.14.2b: ebuild has trailing blank line(s)
  VariableOrderWrong: version 1.14.2b: variable S should occur before IUSE

Signed-off-by: Nguyen Dinh Dang Duong <dangduong31205 <AT> gmail.com>

 www-client/zen-bin/zen-bin-1.14.2b.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www-client/zen-bin/zen-bin-1.14.2b.ebuild 
b/www-client/zen-bin/zen-bin-1.14.2b.ebuild
index ee1418f542..0ea0e96a4f 100644
--- a/www-client/zen-bin/zen-bin-1.14.2b.ebuild
+++ b/www-client/zen-bin/zen-bin-1.14.2b.ebuild
@@ -7,6 +7,8 @@ DESCRIPTION="Zen Browser - A fast, privacy-focused Firefox fork"
 HOMEPAGE="https://zen-browser.app/";
 
SRC_URI="https://github.com/zen-browser/desktop/releases/download/${PV}/zen.linux-x86_64.tar.xz
 -> ${P}.tar.xz"
 
+S="${WORKDIR}/zen"
+
 LICENSE="MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
@@ -45,9 +47,6 @@ DEPEND="
        x11-libs/pango
 "
 RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/zen"
 
 inherit desktop xdg-utils
 
@@ -82,4 +81,3 @@ pkg_postrm() {
        xdg_desktop_database_update
        xdg_icon_cache_update
 }
-

Reply via email to