diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2016-07-06 23:08:16 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-06 23:15:02 +1000 |
| commit | 4f6da488cc6744b2c82fe61f265ed1c8b513bf78 (patch) | |
| tree | 41b849d90e5e598943168b5d988a4927c02f4584 | |
| parent | e78428586689a9d863a60353b2990f9967e595e5 (diff) | |
| download | kde-4f6da488cc6744b2c82fe61f265ed1c8b513bf78.tar.gz kde-4f6da488cc6744b2c82fe61f265ed1c8b513bf78.tar.bz2 kde-4f6da488cc6744b2c82fe61f265ed1c8b513bf78.zip | |
kde-plasma/kwallet-pam: export custom src_test
The default phase causes BUILD_DIR to be overwritten with an incorrect value,
breaking the multibuild configuration causing one build to not be installed.
Gentoo-bug: 588136
Package-Manager: portage-2.3.0
| -rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.7.49.9999.ebuild | 4 | ||||
| -rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.7.49.9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.7.49.9999.ebuild index 6c48b497437..bad6aae422b 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.7.49.9999.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.7.49.9999.ebuild @@ -46,6 +46,10 @@ src_compile() { multibuild_foreach_variant kde5_src_compile } +src_test() { + multibuild_foreach_variant kde5_src_test +} + src_install() { multibuild_foreach_variant kde5_src_install } diff --git a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild index 6c48b497437..bad6aae422b 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild @@ -46,6 +46,10 @@ src_compile() { multibuild_foreach_variant kde5_src_compile } +src_test() { + multibuild_foreach_variant kde5_src_test +} + src_install() { multibuild_foreach_variant kde5_src_install } |
