diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-09-01 13:26:12 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-09-01 13:26:12 +0100 |
commit | 4459639669746a843e479174c89555ddbb3a1da0 (patch) | |
tree | 90678fb83287cb5da9ea31ebdc16e1523b9bc9e8 /x11-misc/lightdm | |
parent | dev-vcs/git-machete: do not call python_gen_cond_dep (diff) | |
download | gentoo-4459639669746a843e479174c89555ddbb3a1da0.tar.gz gentoo-4459639669746a843e479174c89555ddbb3a1da0.tar.bz2 gentoo-4459639669746a843e479174c89555ddbb3a1da0.zip |
x11-misc/lightdm: port 0326445b2ff09d42d0fa399840e3314e56dd1644 to 1.32.0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-misc/lightdm')
-rw-r--r-- | x11-misc/lightdm/lightdm-1.32.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-misc/lightdm/lightdm-1.32.0.ebuild b/x11-misc/lightdm/lightdm-1.32.0.ebuild index 48f403d1bc88..9c50443b7a3c 100644 --- a/x11-misc/lightdm/lightdm-1.32.0.ebuild +++ b/x11-misc/lightdm/lightdm-1.32.0.ebuild @@ -51,6 +51,11 @@ DOCS=( NEWS ) RESTRICT="test" REQUIRED_USE="vala? ( introspection )" +PATCHES=( + "${FILESDIR}"/${PN}-1.30.0-musl-locale.patch + "${FILESDIR}"/${PN}-1.30.0-musl-updwtmpx.patch +) + pkg_setup() { export LIGHTDM_USER=${LIGHTDM_USER:-lightdm} vala_setup |