[net-im/ejabberd] fix install and a QA warning
This commit is contained in:
parent
05ea2b8640
commit
fcb680397d
@ -16,7 +16,7 @@ LICENSE="GPL-2"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
REQUIRED_USE="mssql? ( odbc )"
|
REQUIRED_USE="mssql? ( odbc )"
|
||||||
IUSE="captcha debug full-xml hipe ldap mssql mysql nls odbc pam postgres redis
|
IUSE="captcha debug full-xml hipe ldap mssql mysql odbc pam postgres redis
|
||||||
riak roster-gw sip sqlite stun zlib"
|
riak roster-gw sip sqlite stun zlib"
|
||||||
|
|
||||||
RESTRICT="test"
|
RESTRICT="test"
|
||||||
@ -42,7 +42,6 @@ CDEPEND="
|
|||||||
>=net-im/jabber-base-0.01
|
>=net-im/jabber-base-0.01
|
||||||
ldap? ( =net-nds/openldap-2* )
|
ldap? ( =net-nds/openldap-2* )
|
||||||
mysql? ( >=dev-erlang/p1_mysql-1.0.9 )
|
mysql? ( >=dev-erlang/p1_mysql-1.0.9 )
|
||||||
nls? ( >=dev-erlang/iconv-1.0.10 )
|
|
||||||
odbc? ( dev-db/unixODBC )
|
odbc? ( dev-db/unixODBC )
|
||||||
pam? ( >=dev-erlang/epam-1.0.5 )
|
pam? ( >=dev-erlang/epam-1.0.5 )
|
||||||
postgres? ( >=dev-erlang/p1_pgsql-1.1.7 )
|
postgres? ( >=dev-erlang/p1_pgsql-1.1.7 )
|
||||||
@ -60,7 +59,7 @@ DEPEND="${CDEPEND}
|
|||||||
RDEPEND="${CDEPEND}
|
RDEPEND="${CDEPEND}
|
||||||
captcha? ( media-gfx/imagemagick[truetype,png] )"
|
captcha? ( media-gfx/imagemagick[truetype,png] )"
|
||||||
|
|
||||||
DOCS=( README )
|
DOCS=( CHANGELOG.md README.md )
|
||||||
PATCHES=( "${FILESDIR}/${P}-ejabberdctl.patch"
|
PATCHES=( "${FILESDIR}/${P}-ejabberdctl.patch"
|
||||||
"${FILESDIR}/${P}-0002-Dont-overwrite-service-file.patch" )
|
"${FILESDIR}/${P}-0002-Dont-overwrite-service-file.patch" )
|
||||||
|
|
||||||
@ -213,7 +212,6 @@ src_configure() {
|
|||||||
$(use_enable hipe) \
|
$(use_enable hipe) \
|
||||||
$(use_enable mssql) \
|
$(use_enable mssql) \
|
||||||
$(use_enable mysql) \
|
$(use_enable mysql) \
|
||||||
$(use_enable nls iconv) \
|
|
||||||
$(use_enable odbc) \
|
$(use_enable odbc) \
|
||||||
$(use_enable pam) \
|
$(use_enable pam) \
|
||||||
$(use_enable postgres pgsql) \
|
$(use_enable postgres pgsql) \
|
||||||
|
Loading…
Reference in New Issue
Block a user