diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-10-08 16:22:59 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-10-08 16:22:59 +0000 |
commit | e12402e085ebf78fd00500d7581428eb240311f5 (patch) | |
tree | f864801687d3ffdcafa10dee89f14526c256d112 | |
parent | QA: avoid using $D when testing the just-built loader, as it might cause trou... (diff) | |
download | gentoo-2-e12402e085ebf78fd00500d7581428eb240311f5.tar.gz gentoo-2-e12402e085ebf78fd00500d7581428eb240311f5.tar.bz2 gentoo-2-e12402e085ebf78fd00500d7581428eb240311f5.zip |
change virtual/php to dev-lang/php (bug #319623)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | net-fs/ncpfs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/ncpfs/ncpfs-2.2.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/ncpfs/ChangeLog b/net-fs/ncpfs/ChangeLog index a42ee4486201..5ca2b14bd894 100644 --- a/net-fs/ncpfs/ChangeLog +++ b/net-fs/ncpfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/ncpfs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.25 2010/04/20 09:34:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.26 2010/10/08 16:22:59 mabi Exp $ + + 08 Oct 2010; Matti Bickel <mabi@gentoo.org> ncpfs-2.2.6-r1.ebuild: + change virtual/php to dev-lang/php (bug #319623) *ncpfs-2.2.6-r1 (20 Apr 2010) diff --git a/net-fs/ncpfs/ncpfs-2.2.6-r1.ebuild b/net-fs/ncpfs/ncpfs-2.2.6-r1.ebuild index f9f4cd292888..18fa69e28752 100644 --- a/net-fs/ncpfs/ncpfs-2.2.6-r1.ebuild +++ b/net-fs/ncpfs/ncpfs-2.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r1.ebuild,v 1.1 2010/04/20 09:34:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r1.ebuild,v 1.2 2010/10/08 16:22:59 mabi Exp $ EAPI="2" @@ -17,7 +17,7 @@ IUSE="nls pam php" DEPEND="nls? ( sys-devel/gettext ) pam? ( virtual/pam ) - php? ( || ( virtual/php virtual/httpd-php ) )" + php? ( || ( dev-lang/php virtual/httpd-php ) )" src_prepare() { # add patch for PHP extension sandbox violation |