diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-09-20 16:40:52 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-09-20 16:41:11 +0300 |
commit | e0fac356529f33637bd2566fa48467543b445b57 (patch) | |
tree | 33dc669265fd774072f7e9c581079e377132ad23 /app-crypt/pinentry | |
parent | dev-libs/libgcrypt: Do not provide static-libs (diff) | |
download | gentoo-e0fac356529f33637bd2566fa48467543b445b57.tar.gz gentoo-e0fac356529f33637bd2566fa48467543b445b57.tar.bz2 gentoo-e0fac356529f33637bd2566fa48467543b445b57.zip |
app-crypt/pinentry: Do not use static
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r-- | app-crypt/pinentry/pinentry-1.1.0-r3.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild index 053f01d8ca6f..efc797548a00 100644 --- a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild +++ b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="caps emacs gnome-keyring fltk gtk ncurses qt5 static" +IUSE="caps emacs gnome-keyring fltk gtk ncurses qt5" DEPEND=" app-eselect/eselect-pinentry @@ -29,7 +29,6 @@ DEPEND=" dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) - static? ( >=sys-libs/ncurses-5.7-r5:0=[static-libs,-gpm] ) " RDEPEND="${DEPEND} gnome-keyring? ( app-crypt/gcr ) @@ -39,11 +38,6 @@ BDEPEND=" virtual/pkgconfig " -REQUIRED_USE=" - gtk? ( !static ) - qt5? ( !static ) -" - DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) PATCHES=( @@ -58,7 +52,6 @@ src_prepare() { } src_configure() { - use static && append-ldflags -static [[ "$(gcc-major-version)" -ge 5 ]] && append-cxxflags -std=gnu++11 export QTLIB="$(qt5_get_libdir)" |