diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-05-13 08:04:40 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-05-13 08:04:40 +0300 |
commit | 1e2de6c76d073ecd6c881cbcfe431f4b1e139ba9 (patch) | |
tree | 9dce9e18bf8e4ae7308c64c1a02a47f9b527c70d /app-crypt/gpgme | |
parent | virtual/wine: Update letter case (diff) | |
download | gentoo-1e2de6c76d073ecd6c881cbcfe431f4b1e139ba9.tar.gz gentoo-1e2de6c76d073ecd6c881cbcfe431f4b1e139ba9.tar.bz2 gentoo-1e2de6c76d073ecd6c881cbcfe431f4b1e139ba9.zip |
app-crypt/gpgme: fix libgpg-error dependency
Bug: 618168
Thanks: Urban
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'app-crypt/gpgme')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.8.0-r2.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/gpgme/gpgme-1.8.0-r3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gpgme/gpgme-1.8.0-r2.ebuild b/app-crypt/gpgme/gpgme-1.8.0-r2.ebuild index 390f4477398b..ff2d22ee82e3 100644 --- a/app-crypt/gpgme/gpgme-1.8.0-r2.ebuild +++ b/app-crypt/gpgme/gpgme-1.8.0-r2.ebuild @@ -19,7 +19,7 @@ IUSE="common-lisp static-libs cxx python qt5" COMMON_DEPEND="app-crypt/gnupg >=dev-libs/libassuan-2.0.2 - >=dev-libs/libgpg-error-1.11 + >=dev-libs/libgpg-error-1.17 python? ( ${PYTHON_DEPS} ) qt5? ( dev-qt/qtcore:5 )" #doc? ( app-doc/doxygen[dot] ) diff --git a/app-crypt/gpgme/gpgme-1.8.0-r3.ebuild b/app-crypt/gpgme/gpgme-1.8.0-r3.ebuild index cfb8e2e69db2..dd85e3d4d15d 100644 --- a/app-crypt/gpgme/gpgme-1.8.0-r3.ebuild +++ b/app-crypt/gpgme/gpgme-1.8.0-r3.ebuild @@ -19,7 +19,7 @@ IUSE="common-lisp cxx python qt5 static-libs" COMMON_DEPEND="app-crypt/gnupg >=dev-libs/libassuan-2.0.2 - >=dev-libs/libgpg-error-1.11 + >=dev-libs/libgpg-error-1.17 python? ( ${PYTHON_DEPS} ) qt5? ( dev-qt/qtcore:5 )" #doc? ( app-doc/doxygen[dot] ) |