commit: f5476a845f8805882b609a311f1a0a007b47ff2a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri May 26 20:27:53 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri May 26 20:30:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5476a84
dev-libs/libixion: Bump subslot, drop eutils Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-libs/libixion/libixion-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild index 65a86fc5b02..cd31a4887aa 100644 --- a/dev-libs/libixion/libixion-9999.ebuild +++ b/dev-libs/libixion/libixion-9999.ebuild @@ -8,7 +8,7 @@ EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" PYTHON_COMPAT=( python{3_4,3_5,3_6} ) [[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools" -inherit eutils python-single-r1 ${GITECLASS} +inherit python-single-r1 ${GITECLASS} unset GITECLASS DESCRIPTION="General purpose formula parser & interpreter" @@ -16,7 +16,7 @@ HOMEPAGE="https://gitlab.com/ixion/ixion" [[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz" LICENSE="MIT" -SLOT="0/0.12" # based on SONAME of libixion.so +SLOT="0/0.13" # based on SONAME of libixion.so [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="debug python static-libs +threads" @@ -50,6 +50,5 @@ src_configure() { src_install() { default - - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die }
