Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 692506 | Differences between
and this patch

Collapse All | Expand All

(-)/var/portage/repos/gentoo/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild (-5 / +9 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
15
IUSE="caps emacs gnome-keyring fltk gtk ncurses qt5 static"
15
IUSE="caps emacs gnome-keyring fltk gtk gtk2 gtk3 ncurses qt5 static"
16
16
17
DEPEND="
17
DEPEND="
18
	app-eselect/eselect-pinentry
18
	app-eselect/eselect-pinentry
Lines 22-28 Link Here
22
	caps? ( sys-libs/libcap )
22
	caps? ( sys-libs/libcap )
23
	fltk? ( x11-libs/fltk )
23
	fltk? ( x11-libs/fltk )
24
	gnome-keyring? ( app-crypt/libsecret )
24
	gnome-keyring? ( app-crypt/libsecret )
25
	gtk? ( x11-libs/gtk+:2 )
25
	gtk2? ( x11-libs/gtk+:2 )
26
	gtk3? ( x11-libs/gtk+:3 )
26
	ncurses? ( sys-libs/ncurses:0= )
27
	ncurses? ( sys-libs/ncurses:0= )
27
	qt5? (
28
	qt5? (
28
		dev-qt/qtcore:5
29
		dev-qt/qtcore:5
Lines 32-38 Link Here
32
	static? ( >=sys-libs/ncurses-5.7-r5:0=[static-libs,-gpm] )
33
	static? ( >=sys-libs/ncurses-5.7-r5:0=[static-libs,-gpm] )
33
"
34
"
34
RDEPEND="${DEPEND}
35
RDEPEND="${DEPEND}
35
	gnome-keyring? ( app-crypt/gcr )
36
	gtk3? ( app-crypt/gcr )
36
"
37
"
37
BDEPEND="
38
BDEPEND="
38
	sys-devel/gettext
39
	sys-devel/gettext
Lines 40-45 Link Here
40
"
41
"
41
42
42
REQUIRED_USE="
43
REQUIRED_USE="
44
	gtk? ( || ( gtk2 gtk3 ) )
45
	gnome-keyring? ( gtk3 )
46
	gtk2? ( !static )
43
	gtk? ( !static )
47
	gtk? ( !static )
44
	qt5? ( !static )
48
	qt5? ( !static )
45
"
49
"
Lines 66-73 Link Here
66
		$(use_enable emacs pinentry-emacs) \
70
		$(use_enable emacs pinentry-emacs) \
67
		$(use_enable fltk pinentry-fltk) \
71
		$(use_enable fltk pinentry-fltk) \
68
		$(use_enable gnome-keyring libsecret) \
72
		$(use_enable gnome-keyring libsecret) \
69
		$(use_enable gnome-keyring pinentry-gnome3) \
73
		$(use_enable gtk2 pinentry-gtk2) \
70
		$(use_enable gtk pinentry-gtk2) \
74
		$(use_enable gtk3 pinentry-gnome3) \
71
		$(use_enable ncurses fallback-curses) \
75
		$(use_enable ncurses fallback-curses) \
72
		$(use_enable ncurses pinentry-curses) \
76
		$(use_enable ncurses pinentry-curses) \
73
		$(use_enable qt5 pinentry-qt) \
77
		$(use_enable qt5 pinentry-qt) \

Return to bug 692506