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

Collapse All | Expand All

(-)/usr/armv7a-pip-linux-gnueabi/usr/portage/app-crypt/pinentry/pinentry-1.1.0-r1.ebuild (-1 / +2 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 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
15
IUSE="caps emacs gnome-keyring gtk ncurses qt5 static"
15
IUSE="caps emacs fltk gnome-keyring gtk ncurses qt5 static"
16
16
17
CDEPEND="
17
CDEPEND="
18
	app-eselect/eselect-pinentry
18
	app-eselect/eselect-pinentry
Lines 71-76 Link Here
71
		$(use_enable ncurses pinentry-curses) \
71
		$(use_enable ncurses pinentry-curses) \
72
		$(use_enable ncurses fallback-curses) \
72
		$(use_enable ncurses fallback-curses) \
73
		$(use_enable qt5 pinentry-qt) \
73
		$(use_enable qt5 pinentry-qt) \
74
		$(use_enable fltk pinentry-fltk) \
74
		MOC="$(qt5_get_bindir)"/moc
75
		MOC="$(qt5_get_bindir)"/moc
75
}
76
}
76
77

Return to bug 653938