diff options
author | Chris <xchrisx@uber.space> | 2020-04-23 00:48:45 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2020-04-23 00:48:45 +0200 |
commit | c5c06e25055403061b247d34f97e773ebed2bf1d (patch) | |
tree | 1b16bf3e677f56956f9f77f6a227847074482307 /profiles | |
parent | 9950b6bb4f1c3abfc9b8af79850fd708aef81e58 (diff) | |
download | tde-packaging-gentoo-c5c06e25055403061b247d34f97e773ebed2bf1d.tar.gz tde-packaging-gentoo-c5c06e25055403061b247d34f97e773ebed2bf1d.zip |
Force USE of `pam` for KCheckpass.
This is some workaround, until this will be fixed.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.use.force | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/profiles/package.use.force b/profiles/package.use.force index fe4581de..de66bbc0 100644 --- a/profiles/package.use.force +++ b/profiles/package.use.force @@ -1,8 +1,14 @@ # Chris (2020-04-22) # Building without tdehwlib segfaults, but you can try and report. +# If that is fixed, the build option will be optional again. =trinity-base/tdelibs-9999 hwlib -Chris (2020-04-22) +# Chris (2020-04-22) # As of today Kaffeine can be only build with xinerama support. # If that is fixed, the build option will be optional again. -trinity-apps/kaffeine xinerama
\ No newline at end of file +trinity-apps/kaffeine xinerama + +# Chris (2020-04-22) +# KCheckpass cannot be used without pam, because it segfaults. +# If that is fixed, the build option will be optional again. +trinity-base/kcheckpass pam |