summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2018-05-17 12:04:15 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2018-05-17 12:04:59 +0200
commitd8b2c0776f0272e9fc912469546f4f1295ea43f2 (patch)
tree8ba2814759ee3b185767991ec1333d421617c289 /app-crypt/libsecret
parentapp-crypt/libsecret: Use modern virtualx API (diff)
downloadgentoo-d8b2c0776f0272e9fc912469546f4f1295ea43f2.tar.gz
gentoo-d8b2c0776f0272e9fc912469546f4f1295ea43f2.tar.bz2
gentoo-d8b2c0776f0272e9fc912469546f4f1295ea43f2.zip
app-crypt/libsecret: add missing src_install and bump to EAPI=6
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'app-crypt/libsecret')
-rw-r--r--app-crypt/libsecret/libsecret-0.18.6-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
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
+}