commit:     e68f8bdeb0912d8fef658614218937c0b74efc9f
Author:     Remigiusz Micielski <remigiusz.micielski <AT> gmail <DOT> com>
AuthorDate: Tue May  9 17:05:46 2023 +0000
Commit:     Remigiusz Micielski <remigiusz.micielski <AT> gmail <DOT> com>
CommitDate: Tue May  9 17:11:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e68f8bde

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 <AT> gmail.com>

 gui-apps/swaylock-effects/swaylock-effects-1.6.2.ebuild | 6 +-----
 gui-apps/swaylock-effects/swaylock-effects-1.6.3.ebuild | 6 +-----
 gui-apps/swaylock-effects/swaylock-effects-9999.ebuild  | 6 +-----
 3 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/gui-apps/swaylock-effects/swaylock-effects-1.6.2.ebuild 
b/gui-apps/swaylock-effects/swaylock-effects-1.6.2.ebuild
index 28f604cbc..a3556e1ab 100644
--- a/gui-apps/swaylock-effects/swaylock-effects-1.6.2.ebuild
+++ b/gui-apps/swaylock-effects/swaylock-effects-1.6.2.ebuild
@@ -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

diff --git a/gui-apps/swaylock-effects/swaylock-effects-1.6.3.ebuild 
b/gui-apps/swaylock-effects/swaylock-effects-1.6.3.ebuild
index 28f604cbc..a3556e1ab 100644
--- a/gui-apps/swaylock-effects/swaylock-effects-1.6.3.ebuild
+++ b/gui-apps/swaylock-effects/swaylock-effects-1.6.3.ebuild
@@ -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

diff --git a/gui-apps/swaylock-effects/swaylock-effects-9999.ebuild 
b/gui-apps/swaylock-effects/swaylock-effects-9999.ebuild
index 28f604cbc..a3556e1ab 100644
--- a/gui-apps/swaylock-effects/swaylock-effects-9999.ebuild
+++ b/gui-apps/swaylock-effects/swaylock-effects-9999.ebuild
@@ -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

Reply via email to