diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-10 22:08:31 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-10 22:18:58 +0900 |
commit | 9cd5d3b5e50bebf9694f9e0b82f1836efa8a5e74 (patch) | |
tree | a2a1345e33f9744e9a4210f9d7ec64f6c9c4336c /mail-client | |
parent | media-sound/lmms: amd64 stable wrt bug #736366 (diff) | |
download | gentoo-9cd5d3b5e50bebf9694f9e0b82f1836efa8a5e74.tar.gz gentoo-9cd5d3b5e50bebf9694f9e0b82f1836efa8a5e74.tar.bz2 gentoo-9cd5d3b5e50bebf9694f9e0b82f1836efa8a5e74.zip |
mail-client/sylpheed: drop pda USE flag
Bug: https://bugs.gentoo.org/735118
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed/sylpheed-3.7.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail-client/sylpheed/sylpheed-3.7.0.ebuild b/mail-client/sylpheed/sylpheed-3.7.0.ebuild index d61712d49c3f..4fba772abe34 100644 --- a/mail-client/sylpheed/sylpheed-3.7.0.ebuild +++ b/mail-client/sylpheed/sylpheed-3.7.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface" +IUSE="crypt ipv6 ldap libressl nls oniguruma spell ssl xface" CDEPEND="net-libs/liblockfile x11-libs/gtk+:2 @@ -20,7 +20,6 @@ CDEPEND="net-libs/liblockfile ldap? ( net-nds/openldap ) nls? ( sys-devel/gettext ) oniguruma? ( dev-libs/oniguruma:= ) - pda? ( app-pda/jpilot ) spell? ( app-text/gtkspell:2 dev-libs/dbus-glib @@ -45,7 +44,6 @@ src_configure() { $(use_enable ipv6) \ $(use_enable ldap) \ $(use_enable oniguruma) \ - $(use_enable pda jpilot) \ $(use_enable spell gtkspell) \ $(use_enable ssl) \ $(use_enable xface compface) \ |