diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-07-23 20:35:26 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-07-24 13:33:02 +0200 |
commit | 6d69d2677d958c2f8b3b5c8e5fbed4824582b360 (patch) | |
tree | 377441cd01c3247924f26a60314be612737a749b /app-admin | |
parent | app-crypt/xor-analyze: EAPI8, minor improvements (diff) | |
download | gentoo-6d69d2677d958c2f8b3b5c8e5fbed4824582b360.tar.gz gentoo-6d69d2677d958c2f8b3b5c8e5fbed4824582b360.tar.bz2 gentoo-6d69d2677d958c2f8b3b5c8e5fbed4824582b360.zip |
app-admin/quickswitch: EAPI8, minor improvements
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Closes: https://github.com/gentoo/gentoo/pull/26546
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/quickswitch/quickswitch-1.05.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/quickswitch/quickswitch-1.05.ebuild b/app-admin/quickswitch/quickswitch-1.05.ebuild index 7dd8981f5cf2..1a70041c58f2 100644 --- a/app-admin/quickswitch/quickswitch-1.05.ebuild +++ b/app-admin/quickswitch/quickswitch-1.05.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Utility to switch network profiles on the fly" +HOMEPAGE="https://muthanna.com/quickswitch/index.html" SRC_URI="mirror://sourceforge/quickswitch/${P}.tar.gz" -HOMEPAGE="http://quickswitch.sf.net" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc ~s390 sparc x86" IUSE="ncurses" |