diff options
author | Sam James <sam@gentoo.org> | 2023-09-16 11:16:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-16 11:16:16 +0100 |
commit | 8e36c3c4aa347eaef614110ae4ab5acf2e68aef1 (patch) | |
tree | 9edec94c3295fb90dde769191eda4293536c4b1a /sys-apps | |
parent | sys-apps/iproute2: add 6.5.0 (diff) | |
download | gentoo-8e36c3c4aa347eaef614110ae4ab5acf2e68aef1.tar.gz gentoo-8e36c3c4aa347eaef614110ae4ab5acf2e68aef1.tar.bz2 gentoo-8e36c3c4aa347eaef614110ae4ab5acf2e68aef1.zip |
sys-apps/iproute2: fix copyright
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute2/iproute2-5.15.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-6.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-6.4.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-6.5.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/iproute2/iproute2-5.15.0-r1.ebuild b/sys-apps/iproute2/iproute2-5.15.0-r1.ebuild index 8bea2320b46f..1468e3a0082f 100644 --- a/sys-apps/iproute2/iproute2-5.15.0-r1.ebuild +++ b/sys-apps/iproute2/iproute2-5.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/sys-apps/iproute2/iproute2-6.0.0-r1.ebuild b/sys-apps/iproute2/iproute2-6.0.0-r1.ebuild index 46828e9019fc..60b15cfb3ed1 100644 --- a/sys-apps/iproute2/iproute2-6.0.0-r1.ebuild +++ b/sys-apps/iproute2/iproute2-6.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/sys-apps/iproute2/iproute2-6.4.0-r1.ebuild b/sys-apps/iproute2/iproute2-6.4.0-r1.ebuild index 2c893c325bc9..f03d49fa174a 100644 --- a/sys-apps/iproute2/iproute2-6.4.0-r1.ebuild +++ b/sys-apps/iproute2/iproute2-6.4.0-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi DESCRIPTION="kernel routing and traffic control utilities" diff --git a/sys-apps/iproute2/iproute2-6.5.0.ebuild b/sys-apps/iproute2/iproute2-6.5.0.ebuild index 3549e2e4b8fe..aa192060459e 100644 --- a/sys-apps/iproute2/iproute2-6.5.0.ebuild +++ b/sys-apps/iproute2/iproute2-6.5.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi DESCRIPTION="kernel routing and traffic control utilities" |