diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-15 18:10:42 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-15 18:10:42 +0000 |
commit | bae92e8d4e757942d9e303dc9d38fe147c9d3efd (patch) | |
tree | 9dba823b5b0c9dfe2dabfe5f15805c7f8266d721 /eclass | |
parent | Bump (diff) | |
download | gentoo-2-bae92e8d4e757942d9e303dc9d38fe147c9d3efd.tar.gz gentoo-2-bae92e8d4e757942d9e303dc9d38fe147c9d3efd.tar.bz2 gentoo-2-bae92e8d4e757942d9e303dc9d38fe147c9d3efd.zip |
Add DEPENDency on dev-db/firebird for interbase USE flag, fixes bug 78879.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5-sapi-r1.eclass | 3 | ||||
-rw-r--r-- | eclass/php5-sapi.eclass | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass index 3dd19dbae118..a2b7ee2f6b91 100644 --- a/eclass/php5-sapi-r1.eclass +++ b/eclass/php5-sapi-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.1 2005/03/13 22:05:03 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.2 2005/03/15 18:10:42 sebastian Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -39,6 +39,7 @@ DEPEND="$DEPEND gdbm? ( >=sys-libs/gdbm-1.8.0 ) gmp? ( dev-libs/gmp ) imap? ( virtual/imap-c-client ) + interbase? ( dev-db/firebird ) jpeg? ( >=media-libs/jpeg-6b ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-1.2.11 ) diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index 7b91a20f8be6..2df1e6903ed3 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.41 2005/03/08 13:06:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.42 2005/03/15 18:10:42 sebastian Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -39,6 +39,7 @@ DEPEND="$DEPEND gdbm? ( >=sys-libs/gdbm-1.8.0 ) gmp? ( dev-libs/gmp ) imap? ( virtual/imap-c-client ) + interbase? ( dev-db/firebird ) jpeg? ( >=media-libs/jpeg-6b ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-1.2.11 ) |