fix year in Copyright

Signed-off-by: Anton Fischl <github@fischl-online.de>
This commit is contained in:
Anton Fischl 2024-03-25 07:25:44 +01:00
parent 91f2b9f81f
commit 99ca78d1fe
Signed by: anton
GPG Key ID: 87E4939135F3A567
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ jobs:
fi
ekeyword ~all "$NEW_EBUILD"
# Update Copyright & EAPI=7 => EAPI=8 (mostly compatible)
sed --in-place -E '1s/Copyright [0-9-]+/Copyright 1999-2023/; s/^(EAPI=.*)7(.*)/\18\2/' "$NEW_EBUILD"
sed --in-place -E '1s/Copyright [0-9-]+/Copyright 1999-2024/; s/^(EAPI=.*)7(.*)/\18\2/' "$NEW_EBUILD"
ebuild "$NEW_EBUILD" manifest
- name: Create Pull Request

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8