This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 1999-2012 Gentoo Foundation | |
| # Distributed under the terms of the GNU General Public License v2 | |
| # $Header: /var/cvsroot/gentoo-x86/app-misc/lolcat/lolcat-42.0.99.ebuild,v 1.1 2012/09/24 18:51:47 hasufell Exp $ | |
| EAPI=4 | |
| USE_RUBY="ruby18" | |
| RUBY_FAKEGEM_TASK_TEST="" | |
| RUBY_FAKEGEM_TASK_DOC="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| auth required pam_env.so | |
| auth required pam_unix.so try_first_pass likeauth nullok | |
| auth optional pam_permit.so | |
| account required pam_unix.so | |
| account optional pam_permit.so | |
| password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 | |
| password required pam_unix.so try_first_pass use_authtok nullok sha512 shadow | |
| password optional pam_permit.so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * QA Notice: Package triggers severe warnings which indicate that it | |
| * may exhibit random runtime failures. | |
| * globalincs/safe_strings.cpp:42:15: warning: converting to non-pointer type ‘char’ from NULL | |
| * globalincs/safe_strings.cpp:49:14: warning: converting to non-pointer type ‘char’ from NULL | |
| * globalincs/safe_strings.cpp:61:14: warning: converting to non-pointer type ‘char’ from NULL | |
| * globalincs/safe_strings.cpp:78:15: warning: converting to non-pointer type ‘char’ from NULL | |
| * globalincs/safe_strings.cpp:85:14: warning: converting to non-pointer type ‘char’ from NULL | |
| * globalincs/safe_strings.cpp:101:14: warning: converting to non-pointer type ‘char’ from NULL | |
| * globalincs/safe_strings.cpp:111:14: warning: converting to non-pointer type ‘char’ from NULL |
NewerOlder