diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-05 19:30:27 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-05 19:30:27 +0000 |
commit | 572bddf227038ce25b01c87b32998727f1c70112 (patch) | |
tree | f0fbe7a8e43c1c8d3e5499ebdec2b52189fe68a0 /app-leechcraft/lc-azoth/lc-azoth-9999.ebuild | |
parent | Mask app-leechcraft/lc-azoth[sarin] (diff) | |
download | historical-572bddf227038ce25b01c87b32998727f1c70112.tar.gz historical-572bddf227038ce25b01c87b32998727f1c70112.tar.bz2 historical-572bddf227038ce25b01c87b32998727f1c70112.zip |
Add sarin plugin to 9999. Thanks to 0xd34df00d
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xF8DBDADE
Diffstat (limited to 'app-leechcraft/lc-azoth/lc-azoth-9999.ebuild')
-rw-r--r-- | app-leechcraft/lc-azoth/lc-azoth-9999.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild index b8692616ab6f..945bc6a8868a 100644 --- a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild +++ b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild,v 1.11 2014/06/16 17:29:49 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild,v 1.12 2014/08/05 19:30:18 maksbotan Exp $ EAPI="5" @@ -13,7 +13,7 @@ KEYWORDS="" IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique +juick +keeso +lastseen +metacontacts media +msn +murm +latex +nativeemoticons - +otroid +spell shx +standardstyles +vader +woodpecker +xmpp +xtazy" + +otroid +spell sarin shx +standardstyles +vader +woodpecker +xmpp +xtazy" COMMON_DEPEND="~app-leechcraft/lc-core-${PV} dev-libs/qjson @@ -32,7 +32,9 @@ COMMON_DEPEND="~app-leechcraft/lc-core-${PV} ~app-leechcraft/lc-xtazy-${PV} dev-qt/qtdbus:4 ) - crypt? ( app-crypt/qca app-crypt/qca-gnupg )" + crypt? ( app-crypt/qca app-crypt/qca-gnupg ) + sarin? ( net-libs/tox ) +" DEPEND="${COMMON_DEPEND} doc? ( app-doc/doxygen[dot] )" RDEPEND="${COMMON_DEPEND} @@ -79,6 +81,7 @@ src_configure() { $(cmake-utils_use_enable murm AZOTH_MURM) $(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS) $(cmake-utils_use_enable otroid AZOTH_OTROID) + $(cmake-utils_use_enable sarin AZOTH_SARIN) $(cmake-utils_use_enable spell AZOTH_ROSENTHAL) $(cmake-utils_use_enable shx AZOTH_SHX) $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) |