--- /usr/portage/mail-client/trojita/trojita-9999.ebuild 2014-03-06 13:31:20.000000000 +0100 +++ /usr/portage/mail-client/trojita/trojita-9999.ebuild 2014-04-26 15:32:32.406143987 +0200 @@ -23,7 +23,7 @@ LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -IUSE="debug test +zlib" +IUSE="debug +keychain test +zlib" for MY_LANG in ${MY_LANGS} ; do IUSE="${IUSE} linguas_${MY_LANG}" done @@ -35,6 +35,7 @@ >=dev-qt/qtwebkit-${QT_REQUIRED}:4 " DEPEND="${RDEPEND} + keychain? ( dev-libs/qtkeychain[qt4] ) test? ( >=dev-qt/qttest-${QT_REQUIRED}:4 ) zlib? ( virtual/pkgconfig @@ -48,6 +49,7 @@ local mycmakeargs=( $(cmake-utils_use_with test TESTS) $(cmake-utils_use_with zlib ZLIB) + $(cmake-utils_use_with keychain QTKEYCHAIN_PLUGIN) ) if [[ ${MY_LANGS} ]]; then rm po/trojita_common_x-test.po