diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-08-27 11:17:15 +0400 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-08-27 11:17:15 +0400 |
commit | 1b6f2f9c0d04304330aab5139af206120073c765 (patch) | |
tree | 9a4fce62a80455157d4e3130e6414262fe184aec /net-voip/ekiga | |
parent | c8584748282c375f4be56593e19df10a6763fea1 (diff) |
new file: psi/files
new file: psi/psi-9999.ebuild
modified: ../net-libs/opal/opal-3.6.4.ebuild
modified: ../net-voip/ekiga/ekiga-3.2.5.ebuild
Diffstat (limited to 'net-voip/ekiga')
-rw-r--r-- | net-voip/ekiga/ekiga-3.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-voip/ekiga/ekiga-3.2.5.ebuild b/net-voip/ekiga/ekiga-3.2.5.ebuild index c546ab0..b6a6851 100644 --- a/net-voip/ekiga/ekiga-3.2.5.ebuild +++ b/net-voip/ekiga/ekiga-3.2.5.ebuild @@ -43,14 +43,14 @@ pkg_setup() { # ekiga has to be built like opal and ptlib but as opal has to be built # like ptlib, it should be possible to check only opal but as ekiga is # linking to both, we are cheking both - if use debug && (! built_with_use dev-libs/ptlib debug || + if use debug && (! built_with_use net-libs/ptlib debug || ! built_with_use net-libs/opal debug); then eerror "You need to build dev-libs/ptlib and net-libs/opal with\ USE=debug enabled." die "dev-libs/ptlib and net-libs/opal have to be built with USE=debug" fi - if ! use debug && (built_with_use dev-libs/ptlib debug || + if ! use debug && (built_with_use net-libs/ptlib debug || built_with_use net-libs/opal debug); then eerror "You need to build dev-libs/ptlib and net-libs/opal without\ USE=debug." |