diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-01-22 13:32:09 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-01-22 13:32:09 +0000 |
commit | 8ec14130a1cef54584f299bb0238028add5ecdaa (patch) | |
tree | be2ac732fff40f6773c27e0b65a8cdc832ab28c0 /profiles/hardened | |
parent | Stable on sparc (diff) | |
download | gentoo-2-8ec14130a1cef54584f299bb0238028add5ecdaa.tar.gz gentoo-2-8ec14130a1cef54584f299bb0238028add5ecdaa.tar.bz2 gentoo-2-8ec14130a1cef54584f299bb0238028add5ecdaa.zip |
Change PHP virtual for the profiles that keyword dev-lang/php
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/ppc64/virtuals | 4 | ||||
-rw-r--r-- | profiles/hardened/x86/virtuals | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/hardened/ppc64/virtuals b/profiles/hardened/ppc64/virtuals index 79f47ae91e6e..94b1dc08d861 100644 --- a/profiles/hardened/ppc64/virtuals +++ b/profiles/hardened/ppc64/virtuals @@ -1,9 +1,11 @@ # Copyright 2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/virtuals,v 1.2 2005/10/06 03:25:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/virtuals,v 1.3 2006/01/22 13:30:06 chtekk Exp $ virtual/bootloader sys-boot/yaboot-static virtual/jdk dev-java/ibm-jdk-bin virtual/jre dev-java/ibm-jre-bin virtual/linux-sources sys-kernel/hardened-sources virtual/os-headers sys-kernel/linux-headers +virtual/php dev-lang/php +virtual/httpd-php dev-lang/php diff --git a/profiles/hardened/x86/virtuals b/profiles/hardened/x86/virtuals index ef9e99c98b05..ae6b65c303bc 100644 --- a/profiles/hardened/x86/virtuals +++ b/profiles/hardened/x86/virtuals @@ -1,7 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/virtuals,v 1.8 2005/01/09 19:19:32 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/virtuals,v 1.9 2006/01/22 13:28:02 chtekk Exp $ virtual/bootloader sys-boot/grub virtual/linux-sources sys-kernel/hardened-sources virtual/dev-manager sys-fs/devfsd +virtual/php dev-lang/php +virtual/httpd-php dev-lang/php |