Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,19 @@ RDEPEND="
gtk? ( app-crypt/gcr:0[gtk] )
"
BDEPEND="
>=sys-devel/gettext-0.24.0
sys-devel/gettext
virtual/pkgconfig
"
IDEPEND=">=app-eselect/eselect-pinentry-0.7.2"

DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
PATCHES=(
"${FILESDIR}"/pinentry-gettext-0.26.patch
)

src_prepare() {
default

unset FLTK_CONFIG

eautoreconf
elibtoolize
}

src_configure() {
Expand Down Expand Up @@ -89,4 +87,4 @@ pkg_postinst() {

pkg_postrm() {
eselect pinentry update ifunset
}
}