--- libcmis-9999.ebuild 2013-08-09 11:01:07.000000000 +0200 +++ libcmis-0.5.0.ebuild 2014-12-14 18:59:54.207855841 +0100 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-9999.ebuild,v 1.12 2013/08/09 08:51:25 scarabeus Exp $ +# $Header: $ EAPI=5 @@ -14,7 +14,7 @@ [[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )" -SLOT="0.4" +SLOT="0.5" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ @@ -34,7 +34,10 @@ app-text/docbook2X dev-libs/libxslt ) - test? ( dev-util/cppunit ) + test? ( + dev-util/cppcheck + dev-util/cppunit + ) " src_prepare() { @@ -49,7 +52,6 @@ $(use_with man) \ $(use_enable static-libs static) \ $(use_enable test tests) \ - --disable-long-tests \ --enable-client }