diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-19 14:09:48 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-19 14:15:15 +0100 |
commit | 3e425fe776710139dfe718ec770997cfc8b39fcb (patch) | |
tree | 08b158fd02ebf6ddfc933e50ab3c523619154812 /x11-misc/slop | |
parent | x11-apps/luit: Stabilize 20220111 amd64, #833715 (diff) | |
download | gentoo-3e425fe776710139dfe718ec770997cfc8b39fcb.tar.gz gentoo-3e425fe776710139dfe718ec770997cfc8b39fcb.tar.bz2 gentoo-3e425fe776710139dfe718ec770997cfc8b39fcb.zip |
x11-misc/slop: Stabilize 7.6 amd64, #833716
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-misc/slop')
-rw-r--r-- | x11-misc/slop/slop-7.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/slop/slop-7.6.ebuild b/x11-misc/slop/slop-7.6.ebuild index 849d37f0f0aa..eae133af55d8 100644 --- a/x11-misc/slop/slop-7.6.ebuild +++ b/x11-misc/slop/slop-7.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit cmake DESCRIPTION="Application that queries the user for a selection for printing" HOMEPAGE="https://github.com/naelstrof/slop" SRC_URI="https://github.com/naelstrof/slop/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="GPL-3" SLOT="0/${PV}" |