diff options
author | 2023-05-21 06:08:11 +0000 | |
---|---|---|
committer | 2023-05-21 06:08:11 +0000 | |
commit | 3e7a10b062532db4c6e9b85483ac9f1b4726d36b (patch) | |
tree | 308bf93970ed4987d801162b5e3b46b6b3bbfd30 /app-containers/snapd | |
parent | kde-plasma/breeze-plymouth: Stabilize 5.27.5 amd64, #906216 (diff) | |
download | gentoo-3e7a10b062532db4c6e9b85483ac9f1b4726d36b.tar.gz gentoo-3e7a10b062532db4c6e9b85483ac9f1b4726d36b.tar.bz2 gentoo-3e7a10b062532db4c6e9b85483ac9f1b4726d36b.zip |
app-containers/snapd: Stabilize 2.58 amd64, #906216
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers/snapd')
-rw-r--r-- | app-containers/snapd/snapd-2.58.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/snapd/snapd-2.58.ebuild b/app-containers/snapd/snapd-2.58.ebuild index e6878325b6d7..09043d528c25 100644 --- a/app-containers/snapd/snapd-2.58.ebuild +++ b/app-containers/snapd/snapd-2.58.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="http://snapcraft.io/" SRC_URI="https://github.com/snapcore/${PN}/releases/download/${PV}/${PN}_${PV}.vendor.tar.xz -> ${P}.tar.xz" MY_PV=${PV} -KEYWORDS="~amd64" +KEYWORDS="amd64" LICENSE="GPL-3 Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT" SLOT="0" |