saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
parent
d2f2c98627
commit
2048585d8b
@ -1 +0,0 @@
|
|||||||
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"
|
|
@ -31,6 +31,12 @@ net-im/venom djbdns
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# because of wayland
|
||||||
|
media-libs/cogl gles2
|
||||||
|
media-libs/gst-plugins-bad egl -gles2
|
||||||
|
media-libs/clutter egl
|
||||||
|
|
||||||
|
|
||||||
gnome-extra/zenity -webkit
|
gnome-extra/zenity -webkit
|
||||||
|
|
||||||
# required by sys-devel/prelink-20110511
|
# required by sys-devel/prelink-20110511
|
||||||
|
@ -4,7 +4,7 @@ setenv PATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4:/usr/x86_64-pc-linu
|
|||||||
setenv ROOTPATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4:/usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.3:/usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.3:/opt/nvidia-cg-toolkit/bin'
|
setenv ROOTPATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4:/usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.3:/usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.3:/opt/nvidia-cg-toolkit/bin'
|
||||||
setenv MANPATH '/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.6/man/:/usr/share/gnat-gcc-data/x86_64-pc-linux-gnu/4.3/man'
|
setenv MANPATH '/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.6/man/:/usr/share/gnat-gcc-data/x86_64-pc-linux-gnu/4.3/man'
|
||||||
setenv INFOPATH '/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info:/usr/share/gnat-gcc-data/x86_64-pc-linux-gnu/4.3/info'
|
setenv INFOPATH '/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info:/usr/share/gnat-gcc-data/x86_64-pc-linux-gnu/4.3/info'
|
||||||
setenv CONFIG_PROTECT_MASK '/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/dconf /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild'
|
setenv CONFIG_PROTECT_MASK '/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/dconf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild'
|
||||||
setenv CVS_RSH 'ssh'
|
setenv CVS_RSH 'ssh'
|
||||||
setenv DISTCC_LOG ''
|
setenv DISTCC_LOG ''
|
||||||
setenv DCCC_PATH '/usr/lib64/distcc/bin'
|
setenv DCCC_PATH '/usr/lib64/distcc/bin'
|
||||||
|
@ -4,7 +4,7 @@ export PATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4:/usr/x86_64-pc-linu
|
|||||||
export ROOTPATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4:/usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.3:/usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.3:/opt/nvidia-cg-toolkit/bin'
|
export ROOTPATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4:/usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.3:/usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.3:/opt/nvidia-cg-toolkit/bin'
|
||||||
export MANPATH='/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.6/man/:/usr/share/gnat-gcc-data/x86_64-pc-linux-gnu/4.3/man'
|
export MANPATH='/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.6/man/:/usr/share/gnat-gcc-data/x86_64-pc-linux-gnu/4.3/man'
|
||||||
export INFOPATH='/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info:/usr/share/gnat-gcc-data/x86_64-pc-linux-gnu/4.3/info'
|
export INFOPATH='/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info:/usr/share/gnat-gcc-data/x86_64-pc-linux-gnu/4.3/info'
|
||||||
export CONFIG_PROTECT_MASK='/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/dconf /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild'
|
export CONFIG_PROTECT_MASK='/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/dconf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild'
|
||||||
export CVS_RSH='ssh'
|
export CVS_RSH='ssh'
|
||||||
export DISTCC_LOG=''
|
export DISTCC_LOG=''
|
||||||
export DCCC_PATH='/usr/lib64/distcc/bin'
|
export DCCC_PATH='/usr/lib64/distcc/bin'
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Microsec_e-Szigno_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
Swisscom_Root_EV_CA_2.pem
|
|
@ -1 +0,0 @@
|
|||||||
TURKTRUST_Certificate_Services_Provider_Root_2.pem
|
|
@ -1 +0,0 @@
|
|||||||
GlobalSign_Root_CA_-_R3.pem
|
|
@ -1 +0,0 @@
|
|||||||
QuoVadis_Root_CA_2_G3.pem
|
|
@ -1 +0,0 @@
|
|||||||
QuoVadis_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
Root_CA_Generalitat_Valenciana.pem
|
|
@ -1 +0,0 @@
|
|||||||
Starfield_Services_Root_Certificate_Authority_-_G2.pem
|
|
@ -1 +0,0 @@
|
|||||||
E-Guven_Kok_Elektronik_Sertifika_Hizmet_Saglayicisi.pem
|
|
@ -1 +0,0 @@
|
|||||||
SG_TRUST_SERVICES_RACINE.pem
|
|
@ -1 +0,0 @@
|
|||||||
Global_Chambersign_Root_-_2008.pem
|
|
@ -1 +0,0 @@
|
|||||||
S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem
|
|
@ -1 +0,0 @@
|
|||||||
GeoTrust_Primary_Certification_Authority_-_G2.pem
|
|
@ -1 +0,0 @@
|
|||||||
EE_Certification_Centre_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
AddTrust_External_Root.pem
|
|
@ -1 +0,0 @@
|
|||||||
Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
|
|
@ -1 +0,0 @@
|
|||||||
China_Internet_Network_Information_Center_EV_Certificates_Root.pem
|
|
@ -1 +0,0 @@
|
|||||||
SecureSign_RootCA11.pem
|
|
@ -1 +0,0 @@
|
|||||||
GlobalSign_ECC_Root_CA_-_R5.pem
|
|
@ -1 +0,0 @@
|
|||||||
T-TeleSec_GlobalRoot_Class_2.pem
|
|
@ -1 +0,0 @@
|
|||||||
Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
|
|
@ -1 +0,0 @@
|
|||||||
ComSign_Secured_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
DigiCert_High_Assurance_EV_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
Verisign_Class_1_Public_Primary_Certification_Authority.pem
|
|
@ -1 +0,0 @@
|
|||||||
NetLock_Express_=Class_C=_Root.pem
|
|
@ -1 +0,0 @@
|
|||||||
CA_Disig_Root_R2.pem
|
|
@ -1 +0,0 @@
|
|||||||
AffirmTrust_Commercial.pem
|
|
@ -1 +0,0 @@
|
|||||||
GeoTrust_Global_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
thawte_Primary_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
DST_Root_CA_X3.pem
|
|
@ -1 +0,0 @@
|
|||||||
EC-ACC.pem
|
|
@ -1 +0,0 @@
|
|||||||
DigiCert_Global_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
ACEDICOM_Root.pem
|
|
@ -1 +0,0 @@
|
|||||||
EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.pem
|
|
@ -1 +0,0 @@
|
|||||||
Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
|
|
@ -1 +0,0 @@
|
|||||||
Hongkong_Post_Root_CA_1.pem
|
|
@ -1 +0,0 @@
|
|||||||
IGC_A.pem
|
|
@ -1 +0,0 @@
|
|||||||
Swisscom_Root_CA_2.pem
|
|
@ -1 +0,0 @@
|
|||||||
COMODO_Certification_Authority.pem
|
|
@ -1 +0,0 @@
|
|||||||
Verisign_Class_3_Public_Primary_Certification_Authority.pem
|
|
@ -1 +0,0 @@
|
|||||||
Verisign_Class_3_Public_Primary_Certification_Authority_2.pem
|
|
@ -1 +0,0 @@
|
|||||||
Network_Solutions_Certificate_Authority.pem
|
|
@ -1 +0,0 @@
|
|||||||
Certum_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
GeoTrust_Primary_Certification_Authority.pem
|
|
@ -1 +0,0 @@
|
|||||||
Certum_Trusted_Network_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
GlobalSign_Root_CA_-_R2.pem
|
|
@ -1 +0,0 @@
|
|||||||
Starfield_Root_Certificate_Authority_-_G2.pem
|
|
@ -1 +0,0 @@
|
|||||||
SwissSign_Gold_CA_-_G2.pem
|
|
@ -1 +0,0 @@
|
|||||||
E-Tugra_Certification_Authority.pem
|
|
@ -1 +0,0 @@
|
|||||||
T-TeleSec_GlobalRoot_Class_3.pem
|
|
@ -1 +0,0 @@
|
|||||||
Buypass_Class_2_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
TC_TrustCenter_Class_3_CA_II.pem
|
|
@ -1 +0,0 @@
|
|||||||
Comodo_Trusted_Services_root.pem
|
|
@ -1 +0,0 @@
|
|||||||
Equifax_Secure_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
ApplicationCA_-_Japanese_Government.pem
|
|
@ -1 +0,0 @@
|
|||||||
SwissSign_Silver_CA_-_G2.pem
|
|
@ -1 +0,0 @@
|
|||||||
TURKTRUST_Certificate_Services_Provider_Root_2007.pem
|
|
@ -1 +0,0 @@
|
|||||||
GlobalSign_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
Staat_der_Nederlanden_Root_CA_-_G2.pem
|
|
@ -1 +0,0 @@
|
|||||||
TeliaSonera_Root_CA_v1.pem
|
|
@ -1 +0,0 @@
|
|||||||
WoSign_China.pem
|
|
@ -1 +0,0 @@
|
|||||||
TWCA_Global_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
DigiCert_Global_Root_G2.pem
|
|
@ -1 +0,0 @@
|
|||||||
Taiwan_GRCA.pem
|
|
@ -1 +0,0 @@
|
|||||||
Baltimore_CyberTrust_Root.pem
|
|
@ -1 +0,0 @@
|
|||||||
TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem
|
|
@ -1 +0,0 @@
|
|||||||
Swisscom_Root_CA_1.pem
|
|
@ -1 +0,0 @@
|
|||||||
Sonera_Class_1_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
Entrust_Root_Certification_Authority.pem
|
|
@ -1 +0,0 @@
|
|||||||
AC_Raíz_Certicámara_S.A..pem
|
|
@ -1 +0,0 @@
|
|||||||
XRamp_Global_CA_Root.pem
|
|
@ -1 +0,0 @@
|
|||||||
QuoVadis_Root_CA_1_G3.pem
|
|
@ -1 +0,0 @@
|
|||||||
DigiCert_Trusted_Root_G4.pem
|
|
@ -1 +0,0 @@
|
|||||||
Cybertrust_Global_Root.pem
|
|
@ -1 +0,0 @@
|
|||||||
QuoVadis_Root_CA_3.pem
|
|
@ -1 +0,0 @@
|
|||||||
UTN_DATACorp_SGC_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
DST_ACES_CA_X6.pem
|
|
@ -1 +0,0 @@
|
|||||||
Equifax_Secure_eBusiness_CA_1.pem
|
|
@ -1 +0,0 @@
|
|||||||
VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
|
|
@ -1 +0,0 @@
|
|||||||
WellsSecure_Public_Root_Certificate_Authority.pem
|
|
@ -1 +0,0 @@
|
|||||||
DigiCert_Assured_ID_Root_G3.pem
|
|
@ -1 +0,0 @@
|
|||||||
WoSign.pem
|
|
@ -1 +0,0 @@
|
|||||||
Deutsche_Telekom_Root_CA_2.pem
|
|
@ -1 +0,0 @@
|
|||||||
Microsec_e-Szigno_Root_CA_2009.pem
|
|
@ -1 +0,0 @@
|
|||||||
AddTrust_Low-Value_Services_Root.pem
|
|
@ -1 +0,0 @@
|
|||||||
NetLock_Qualified_=Class_QA=_Root.pem
|
|
@ -1 +0,0 @@
|
|||||||
StartCom_Certification_Authority_G2.pem
|
|
@ -1 +0,0 @@
|
|||||||
GeoTrust_Universal_CA_2.pem
|
|
@ -1 +0,0 @@
|
|||||||
TURKTRUST_Certificate_Services_Provider_Root_1.pem
|
|
@ -1 +0,0 @@
|
|||||||
AddTrust_Public_Services_Root.pem
|
|
@ -1 +0,0 @@
|
|||||||
certSIGN_ROOT_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
Buypass_Class_3_CA_1.pem
|
|
@ -1 +0,0 @@
|
|||||||
CA_Disig_Root_R1.pem
|
|
@ -1 +0,0 @@
|
|||||||
Actalis_Authentication_Root_CA.pem
|
|
@ -1 +0,0 @@
|
|||||||
AffirmTrust_Networking.pem
|
|
@ -1 +0,0 @@
|
|||||||
NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user