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-libs | |
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-libs')
-rw-r--r-- | net-libs/opal/opal-3.6.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/opal/opal-3.6.4.ebuild b/net-libs/opal/opal-3.6.4.ebuild index e505683..1ea63ff 100644 --- a/net-libs/opal/opal-3.6.4.ebuild +++ b/net-libs/opal/opal-3.6.4.ebuild @@ -13,18 +13,18 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc java" -RDEPEND=">=dev-libs/ptlib-2.0.0 +RDEPEND=">=net-libs/ptlib-2.6.4 >=media-video/ffmpeg-0.4.7 media-libs/speex java? ( virtual/jdk )" pkg_setup() { - if use debug && ! built_with_use dev-libs/ptlib debug; then + if use debug && ! built_with_use net-libs/ptlib debug; then eerror "You need to build dev-libs/ptlib with USE=debug enabled." die "dev-libs/ptlib has to be built with USE=debug" fi - if ! use debug && built_with_use dev-libs/ptlib debug; then + if ! use debug && built_with_use net-libs/ptlib debug; then eerror "You need to build dev-libs/ptlib without USE=debug." die "dev-libs/ptlib has not to be built with USE=debug" fi |