diff options
author | 2023-11-26 20:42:35 +0100 | |
---|---|---|
committer | 2023-12-25 00:02:21 +0100 | |
commit | 79ff94b91a9a0e99156ea7a1e7f787c801d72c79 (patch) | |
tree | 1017d02779fb05a3ec11500b009ad67ebe566e2b /sys-apps/dog | |
parent | net-misc/gns3-gui: remove old (diff) | |
download | gentoo-79ff94b91a9a0e99156ea7a1e7f787c801d72c79.tar.gz gentoo-79ff94b91a9a0e99156ea7a1e7f787c801d72c79.tar.bz2 gentoo-79ff94b91a9a0e99156ea7a1e7f787c801d72c79.zip |
sys-apps/dog: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34006
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps/dog')
-rw-r--r-- | sys-apps/dog/dog-1.7-r6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/dog/dog-1.7-r6.ebuild b/sys-apps/dog/dog-1.7-r6.ebuild index 491de850553b..ea419e8e51c7 100644 --- a/sys-apps/dog/dog-1.7-r6.ebuild +++ b/sys-apps/dog/dog-1.7-r6.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs @@ -9,7 +9,7 @@ DESCRIPTION="Dog is better than cat" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~arm64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" |