From: Gilles Dartiguelongue Date: Thu, 17 May 2018 10:04:15 +0000 (+0200) Subject: app-crypt/libsecret: add missing src_install and bump to EAPI=6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d8b2c0776f0272e9fc912469546f4f1295ea43f2;p=gentoo.git app-crypt/libsecret: add missing src_install and bump to EAPI=6 Package-Manager: Portage-2.3.36, Repoman-2.3.9 --- diff --git a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild index 3fd001d3c7d3..5960a81c6aba 100644 --- a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild +++ b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="6" GCONF_DEBUG="yes" PYTHON_COMPAT=( python3_{4,5,6} ) VALA_USE_DEPEND=vapigen @@ -86,3 +86,7 @@ multilib_src_test() { # tests fail without gobject-introspection multilib_is_native_abi && virtx emake check } + +multilib_src_install() { + gnome2_src_install +}