app-crypt/libsecret: add missing src_install and bump to EAPI=6
authorGilles Dartiguelongue <eva@gentoo.org>
Thu, 17 May 2018 10:04:15 +0000 (12:04 +0200)
committerGilles Dartiguelongue <eva@gentoo.org>
Thu, 17 May 2018 10:04:59 +0000 (12:04 +0200)
Package-Manager: Portage-2.3.36, Repoman-2.3.9

app-crypt/libsecret/libsecret-0.18.6-r1.ebuild

index 3fd001d3c7d317c77e4d3a1ffaed578528fc0eb1..5960a81c6abaf98e1ad47a47eb74fa212d1c0508 100644 (file)
@@ -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
+}