diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2023-09-23 22:31:38 -0700 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-25 10:02:11 +0300 |
commit | 955ed8477fdf325c345b2979cc3e84b78eda1466 (patch) | |
tree | 59ae0efc8dcf4ad3883a135b0c9b21053403477c /sys-process/at | |
parent | media-sound/hydrogen: fixed installation issue in live (diff) | |
download | gentoo-955ed8477fdf325c345b2979cc3e84b78eda1466.tar.gz gentoo-955ed8477fdf325c345b2979cc3e84b78eda1466.tar.bz2 gentoo-955ed8477fdf325c345b2979cc3e84b78eda1466.zip |
sys-process/at: Fix license information
Closes: https://bugs.gentoo.org/913203
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/33022
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process/at')
-rw-r--r-- | sys-process/at/at-3.2.5-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-process/at/at-3.2.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/at/at-3.2.5-r2.ebuild b/sys-process/at/at-3.2.5-r2.ebuild index b101917d2536..e2714bcf3e39 100644 --- a/sys-process/at/at-3.2.5-r2.ebuild +++ b/sys-process/at/at-3.2.5-r2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://blog.calhariz.com/index.php/tag/at https://packages.qa.debian.o SRC_URI="http://software.calhariz.com/at/${MY_P}.orig.tar.gz mirror://debian/pool/main/a/at/${MY_P}.orig.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+ GPL-3+ ISC" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="pam selinux" diff --git a/sys-process/at/at-3.2.5.ebuild b/sys-process/at/at-3.2.5.ebuild index e42b80b0270b..c8c25a848c95 100644 --- a/sys-process/at/at-3.2.5.ebuild +++ b/sys-process/at/at-3.2.5.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 @@ -12,7 +12,7 @@ HOMEPAGE="http://blog.calhariz.com/index.php/tag/at https://packages.qa.debian.o SRC_URI="http://software.calhariz.com/at/${MY_P}.orig.tar.gz mirror://debian/pool/main/a/at/${MY_P}.orig.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+ GPL-3+ ISC" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" IUSE="pam selinux" |