diff options
| author | Johannes Huber <johu@gentoo.org> | 2015-01-28 01:04:16 +0100 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2015-01-28 01:04:16 +0100 |
| commit | 8da72d88045e0143368f97cfb40212ad4e8353a0 (patch) | |
| tree | ac9ba160a4f4e9ef98c2f78259e515c0b1efda56 /app-crypt | |
| parent | 4d3665a9e3d9627e86d5e18c375c8a9feb45c7a8 (diff) | |
| download | kde-8da72d88045e0143368f97cfb40212ad4e8353a0.tar.gz kde-8da72d88045e0143368f97cfb40212ad4e8353a0.tar.bz2 kde-8da72d88045e0143368f97cfb40212ad4e8353a0.zip | |
[app-crypt/qca] Disable pgp test
Package-Manager: portage-2.2.15
Diffstat (limited to 'app-crypt')
| -rw-r--r-- | app-crypt/qca/files/qca-disable-pgp-test.patch | 13 | ||||
| -rw-r--r-- | app-crypt/qca/qca-2.1.0.3.ebuild | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-crypt/qca/files/qca-disable-pgp-test.patch b/app-crypt/qca/files/qca-disable-pgp-test.patch new file mode 100644 index 00000000000..7944e3c358e --- /dev/null +++ b/app-crypt/qca/files/qca-disable-pgp-test.patch @@ -0,0 +1,13 @@ +diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt +index f4d9eb9..67ef281 100644 +--- a/unittest/CMakeLists.txt ++++ b/unittest/CMakeLists.txt +@@ -23,7 +23,7 @@ add_subdirectory(keylengthunittest) + add_subdirectory(keystore) + add_subdirectory(macunittest) + add_subdirectory(metatype) +-add_subdirectory(pgpunittest) ++# add_subdirectory(pgpunittest) + add_subdirectory(pipeunittest) + add_subdirectory(pkits) + add_subdirectory(rsaunittest) diff --git a/app-crypt/qca/qca-2.1.0.3.ebuild b/app-crypt/qca/qca-2.1.0.3.ebuild index d42d434db45..5c646cf0571 100644 --- a/app-crypt/qca/qca-2.1.0.3.ebuild +++ b/app-crypt/qca/qca-2.1.0.3.ebuild @@ -53,6 +53,8 @@ DOCS=( README TODO ) S=${WORKDIR}/${MY_PN}-${PV} +PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" ) + qca_plugin_use() { echo "-DWITH_${2:-$1}_PLUGIN=$(use $1 && echo yes || echo no)" } |
