summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-11-12 12:15:53 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2021-11-12 12:15:59 -0600
commit21587e2b2098bdb262b1863141b26d160753bfb0 (patch)
tree627e5d95ffedc712cb092ece16ebfd76868e7dd9 /gui-apps/swaylock
parentdev-perl/Math-GMP: Version bump 2.23 (diff)
downloadgentoo-21587e2b2098bdb262b1863141b26d160753bfb0.tar.gz
gentoo-21587e2b2098bdb262b1863141b26d160753bfb0.tar.bz2
gentoo-21587e2b2098bdb262b1863141b26d160753bfb0.zip
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@gentoo.org>
Diffstat (limited to 'gui-apps/swaylock')
-rw-r--r--gui-apps/swaylock/swaylock-1.5-r1.ebuild4
-rw-r--r--gui-apps/swaylock/swaylock-9999.ebuild4
2 files changed, 0 insertions, 8 deletions
diff --git a/gui-apps/swaylock/swaylock-1.5-r1.ebuild b/gui-apps/swaylock/swaylock-1.5-r1.ebuild
index c3e2e1fccdce..920d0fdf1b61 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 68f84c85db2d..c80f325049f7 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
}