Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwallet-pam/
Date: Wed, 06 Jul 2016 13:26:52
Message-Id: 1467811591.558dfe88df8bb0b1c89e8f592da33235fc9f4980.kensington@gentoo
1 commit: 558dfe88df8bb0b1c89e8f592da33235fc9f4980
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 13:22:31 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 13:26:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558dfe88
7
8 kde-plasma/kwallet-pam: export explicit src_test
9
10 The default phase causes BUILD_DIR to be overwritten with an incorrect value,
11 breaking the multibuild configuration causing one build to not be installed.
12
13 Gentoo-bug: 588136
14
15 Package-Manager: portage-2.3.0
16
17 .../{kwallet-pam-5.6.5.ebuild => kwallet-pam-5.6.5-r1.ebuild} | 4 ++++
18 .../{kwallet-pam-5.7.0.ebuild => kwallet-pam-5.7.0-r1.ebuild} | 4 ++++
19 2 files changed, 8 insertions(+)
20
21 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.6.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.6.5-r1.ebuild
22 similarity index 97%
23 rename from kde-plasma/kwallet-pam/kwallet-pam-5.6.5.ebuild
24 rename to kde-plasma/kwallet-pam/kwallet-pam-5.6.5-r1.ebuild
25 index 0713014..18dcab7 100644
26 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.6.5.ebuild
27 +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.6.5-r1.ebuild
28 @@ -46,6 +46,10 @@ src_compile() {
29 multibuild_foreach_variant kde5_src_compile
30 }
31
32 +src_test() {
33 + multibuild_foreach_variant kde5_src_test
34 +}
35 +
36 src_install() {
37 multibuild_foreach_variant kde5_src_install
38 }
39
40 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.7.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.7.0-r1.ebuild
41 similarity index 97%
42 rename from kde-plasma/kwallet-pam/kwallet-pam-5.7.0.ebuild
43 rename to kde-plasma/kwallet-pam/kwallet-pam-5.7.0-r1.ebuild
44 index 0713014..18dcab7 100644
45 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.7.0.ebuild
46 +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.7.0-r1.ebuild
47 @@ -46,6 +46,10 @@ src_compile() {
48 multibuild_foreach_variant kde5_src_compile
49 }
50
51 +src_test() {
52 + multibuild_foreach_variant kde5_src_test
53 +}
54 +
55 src_install() {
56 multibuild_foreach_variant kde5_src_install
57 }