commit: d8b2c0776f0272e9fc912469546f4f1295ea43f2
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 17 10:04:15 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 17 10:04:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b2c077
app-crypt/libsecret: add missing src_install and bump to EAPI=6
Package-Manager: Portage-2.3.36, Repoman-2.3.9
app-crypt/libsecret/libsecret-0.18.6-r1.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
index 3fd001d3c7d..5960a81c6ab 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
+}