diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-04-18 19:55:40 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-04-18 20:18:02 +0200 |
commit | d248619d405043470ec349ca4467d22c498c8307 (patch) | |
tree | 67053eb722ad657f6792dc543775993dc6ef2864 /x11-themes | |
parent | x11-themes/fedora-backgrounds: add 40.1.1 (diff) | |
download | gentoo-d248619d405043470ec349ca4467d22c498c8307.tar.gz gentoo-d248619d405043470ec349ca4467d22c498c8307.tar.bz2 gentoo-d248619d405043470ec349ca4467d22c498c8307.zip |
x11-themes/fedora-backgrounds: Make pkgcheck happy
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild index a20531228483..4d7a5c143555 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild @@ -9,11 +9,11 @@ HOMEPAGE="https://github.com/fedoradesign/backgrounds" MY_PN="f$(ver_cut 1)-backgrounds" MY_P="${MY_PN}-${PV}" SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz" +S="${WORKDIR}/${MY_PN}" # Review on each bump, files Attribution* LICENSE="CC-BY-SA-4.0" -KEYWORDS="~amd64 ~x86" SLOT="$(ver_cut 1)" -S="${WORKDIR}/${MY_PN}" +KEYWORDS="~amd64 ~x86" |