View previous topic :: View next topic |
Author |
Message |
ibasaw Tux's lil' helper
Joined: 27 Aug 2006 Posts: 130 Location: France
|
Posted: Wed Oct 03, 2012 7:14 am Post subject: [php5-3]bloquer le systeme sur cette version ? (résolu) |
|
|
Bonjour,
Je souhaite garder mon système sous php 5.3 uniquement, comment je fais pour que portage ne me propose pas de mettre à jour vers php 5-4 et toutes les dépendances associés ?
Merci à vous.
++
Last edited by ibasaw on Tue Oct 09, 2012 7:17 am; edited 1 time in total |
|
Back to top |
|
|
guilc Bodhisattva
Joined: 15 Nov 2003 Posts: 3326 Location: Paris - France
|
Posted: Wed Oct 03, 2012 7:56 am Post subject: |
|
|
Un petit détour par la page man "portage" te donne la solution et la syntaxe appropriée pour "masquer" un slot particulier d'un paquet
Solution 1 :
Code: | echo "dev-lang/php:5.4" >> /etc/portage/package.mask |
Solution 2 :
Code: | mkdir /etc/portage/package.mask
echo "dev-lang/php:5.4" >> /etc/portage/package.mask/php |
_________________ Merci de respecter les règles du forum.
Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing |
|
Back to top |
|
|
boozo Advocate
Joined: 01 Jul 2004 Posts: 3193
|
|
Back to top |
|
|
|