summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-06 03:12:17 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-06 03:12:17 +0000
commit5cdb231a1052a575971c9831540e39e8efc9e79c (patch)
tree01954522c26d90ad9aa352fd7195341dd462385c /net-libs
parentinherit flag-o-matic (diff)
downloadhistorical-5cdb231a1052a575971c9831540e39e8efc9e79c.tar.gz
historical-5cdb231a1052a575971c9831540e39e8efc9e79c.tar.bz2
historical-5cdb231a1052a575971c9831540e39e8efc9e79c.zip
inherit flag-o-matic
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/openh323/openh323-1.13.2-r1.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/net-libs/openh323/openh323-1.13.2-r1.ebuild b/net-libs/openh323/openh323-1.13.2-r1.ebuild
index b3020e401c19..6484753de09f 100644
--- a/net-libs/openh323/openh323-1.13.2-r1.ebuild
+++ b/net-libs/openh323/openh323-1.13.2-r1.ebuild
@@ -1,27 +1,24 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.13.2-r1.ebuild,v 1.5 2004/03/30 22:29:46 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.13.2-r1.ebuild,v 1.6 2004/04/06 03:12:17 vapier Exp $
-IUSE="ssl"
-
-inherit eutils
+inherit eutils flag-o-matic
S=${WORKDIR}/${PN}
DESCRIPTION="Open Source implementation of the ITU H.323 teleconferencing protocol"
HOMEPAGE="http://www.openh323.org/"
SRC_URI="http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/${P}.tar.gz"
-SLOT="0"
LICENSE="MPL-1.1"
+SLOT="0"
KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
+IUSE="ssl"
DEPEND=">=sys-apps/sed-4
>=dev-libs/pwlib-1.6.3-r1
>=media-video/ffmpeg-0.4.7
ssl? ( dev-libs/openssl )"
-MAKEOPTS="${MAKEOPTS} -j1"
-
pkg_setup() {
# to prevent merge problems with broken makefiles from old
# pwlib versions, we double-check here.
@@ -81,7 +78,7 @@ src_compile() {
use amd64 && append-flags -fPIC
- emake ${makeopts} opt || die "make failed"
+ emake -j1 ${makeopts} opt || die "make failed"
}
src_install() {