diff options
Diffstat (limited to 'app-admin/fetchlog')
-rw-r--r-- | app-admin/fetchlog/fetchlog-1.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/fetchlog/fetchlog-1.4-r1.ebuild b/app-admin/fetchlog/fetchlog-1.4-r1.ebuild index 0c118b1a4e6c..05c06f7fa1d1 100644 --- a/app-admin/fetchlog/fetchlog-1.4-r1.ebuild +++ b/app-admin/fetchlog/fetchlog-1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,10 +6,10 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Displays the last new messages of a logfile" -HOMEPAGE="http://fetchlog.sourceforge.net/" +HOMEPAGE="https://fetchlog.sourceforge.net/" SRC_URI="mirror://sourceforge/fetchlog/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="snmp" |