diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/swiften/swiften-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/swiften/swiften-2.0.ebuild b/net-im/swiften/swiften-2.0.ebuild index 045fa54..8245a62 100644 --- a/net-im/swiften/swiften-2.0.ebuild +++ b/net-im/swiften/swiften-2.0.ebuild @@ -8,7 +8,7 @@ LANGS=" ca de es fr hu nl pl ru se sk" [[ ${PV} = *9999* ]] && VCS_ECLASS="git-2" || VCS_ECLASS="" -inherit scons-utils toolchain-funcs ${VCS_ECLASS} +inherit scons-utils toolchain-funcs eutils ${VCS_ECLASS} DESCRIPTION="Swiften is a robust, high-quality, standards-compliant, cross-platform, and performant C++ library for implementing XMPP applications. Swiften is used as the back-end library for the Swift IM client." HOMEPAGE="http://swift.im/" |