commit:     21587e2b2098bdb262b1863141b26d160753bfb0
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 18:15:53 2021 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 18:15:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21587e2b

gui-apps/swaylock: remove sway-version config option

Closes: https://bugs.gentoo.org/823416
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 gui-apps/swaylock/swaylock-1.5-r1.ebuild | 4 ----
 gui-apps/swaylock/swaylock-9999.ebuild   | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/gui-apps/swaylock/swaylock-1.5-r1.ebuild 
b/gui-apps/swaylock/swaylock-1.5-r1.ebuild
index c3e2e1fccdc..920d0fdf1b6 100644
--- a/gui-apps/swaylock/swaylock-1.5-r1.ebuild
+++ b/gui-apps/swaylock/swaylock-1.5-r1.ebuild
@@ -45,10 +45,6 @@ src_configure() {
                "-Dwerror=false"
        )
 
-       if [[ ${PV} != 9999 ]]; then
-               emesonargs+=( "-Dswaylock-version=${PV}" )
-       fi
-
        meson_src_configure
 }
 

diff --git a/gui-apps/swaylock/swaylock-9999.ebuild 
b/gui-apps/swaylock/swaylock-9999.ebuild
index 68f84c85db2..c80f325049f 100644
--- a/gui-apps/swaylock/swaylock-9999.ebuild
+++ b/gui-apps/swaylock/swaylock-9999.ebuild
@@ -45,10 +45,6 @@ src_configure() {
                "-Dwerror=false"
        )
 
-       if [[ ${PV} != 9999 ]]; then
-               emesonargs+=( "-Dswaylock-version=${PV}" )
-       fi
-
        meson_src_configure
 }
 

Reply via email to