gui-apps/swaylock-effects: remove check for gcc version 9

GCC 9 is EOL
Also update the year
Signed-off-by: Remigiusz Micielski <remigiusz.micielski@gmail.com>
This commit is contained in:
Remigiusz Micielski
2023-05-09 19:05:46 +02:00
parent 20be1a1fcb
commit e68f8bdeb0
3 changed files with 3 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -54,10 +54,6 @@ src_configure() {
meson_src_configure
}
pkg_setup() {
[ $(gcc-major-version) -ge 9 ] || die "This package needs to be built with GCC >=9"
}
pkg_postinst() {
if ! use pam; then
fcaps cap_sys_admin usr/bin/swaylock

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -54,10 +54,6 @@ src_configure() {
meson_src_configure
}
pkg_setup() {
[ $(gcc-major-version) -ge 9 ] || die "This package needs to be built with GCC >=9"
}
pkg_postinst() {
if ! use pam; then
fcaps cap_sys_admin usr/bin/swaylock

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -54,10 +54,6 @@ src_configure() {
meson_src_configure
}
pkg_setup() {
[ $(gcc-major-version) -ge 9 ] || die "This package needs to be built with GCC >=9"
}
pkg_postinst() {
if ! use pam; then
fcaps cap_sys_admin usr/bin/swaylock