diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-09 00:02:21 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-09 00:02:52 +0100 |
commit | 9bef01085372a9410fe059df79b946768a904fb7 (patch) | |
tree | c11dded59446be1f506136b691f56d841c0086da /x11-misc | |
parent | x11-misc/sddm: Ship our own pam files (diff) | |
download | qt-9bef01085372a9410fe059df79b946768a904fb7.tar.gz qt-9bef01085372a9410fe059df79b946768a904fb7.tar.bz2 qt-9bef01085372a9410fe059df79b946768a904fb7.zip |
x11-misc/sddm: fix SRC_URI
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/sddm/sddm-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/sddm/sddm-9999.ebuild b/x11-misc/sddm/sddm-9999.ebuild index 7f2ae187..001fca99 100644 --- a/x11-misc/sddm/sddm-9999.ebuild +++ b/x11-misc/sddm/sddm-9999.ebuild @@ -17,7 +17,7 @@ inherit cmake linux-info pam systemd tmpfiles DESCRIPTION="Simple Desktop Display Manager" HOMEPAGE="https://github.com/sddm/sddm" -SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${PAM_TAR}.tar.xz" +SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PAM_TAR}.tar.xz" LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain" SLOT="0" |