mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user