Skip to content

Commit

Permalink
mail-client/sylpheed: fix multilib-strict
Browse files Browse the repository at this point in the history
Gentoo-Bug: 554874

Package-Manager: portage-2.2.26
  • Loading branch information
hattya committed Feb 27, 2016
1 parent 9a26cb5 commit 2b331f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
9 changes: 5 additions & 4 deletions mail-client/sylpheed/sylpheed-3.4.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

inherit eutils
inherit eutils multilib

DESCRIPTION="A lightweight email client and newsreader"
HOMEPAGE="http://sylpheed.sraoss.jp/"
Expand All @@ -22,7 +22,7 @@ CDEPEND="x11-libs/gtk+:2
oniguruma? ( dev-libs/oniguruma )
pda? ( app-pda/jpilot )
spell? ( app-text/gtkspell:2 )
ssl? ( dev-libs/openssl )"
ssl? ( dev-libs/openssl:0 )"
RDEPEND="${CDEPEND}
app-misc/mime-types
net-misc/curl"
Expand All @@ -41,6 +41,7 @@ src_configure() {
$(use_enable spell gtkspell) \
$(use_enable ssl) \
$(use_enable xface compface) \
--with-plugindir=/usr/$(get_libdir)/${PN}/plugins \
--with-manualdir=${htmldir}/manual \
--with-faqdir=${htmldir}/faq \
--disable-updatecheck
Expand All @@ -54,7 +55,7 @@ src_install() {
domenu *.desktop

cd plugin/attachment_tool
docinto plugin/attachment_tool
emake DESTDIR="${D}" install-plugin
docinto plugin/attachment_tool
dodoc README
}
7 changes: 4 additions & 3 deletions mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

inherit eutils
inherit eutils multilib

DESCRIPTION="A lightweight email client and newsreader"
HOMEPAGE="http://sylpheed.sraoss.jp/"
Expand Down Expand Up @@ -44,6 +44,7 @@ src_configure() {
$(use_enable spell gtkspell) \
$(use_enable ssl) \
$(use_enable xface compface) \
--with-plugindir=/usr/$(get_libdir)/${PN}/plugins \
--with-manualdir=${htmldir}/manual \
--with-faqdir=${htmldir}/faq \
--disable-updatecheck
Expand All @@ -57,7 +58,7 @@ src_install() {
domenu *.desktop

cd plugin/attachment_tool
docinto plugin/attachment_tool
emake DESTDIR="${D}" install-plugin
docinto plugin/attachment_tool
dodoc README
}
7 changes: 4 additions & 3 deletions mail-client/sylpheed/sylpheed-3.4.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

inherit eutils
inherit eutils multilib

DESCRIPTION="A lightweight email client and newsreader"
HOMEPAGE="http://sylpheed.sraoss.jp/"
Expand Down Expand Up @@ -41,6 +41,7 @@ src_configure() {
$(use_enable spell gtkspell) \
$(use_enable ssl) \
$(use_enable xface compface) \
--with-plugindir=/usr/$(get_libdir)/${PN}/plugins \
--with-manualdir=${htmldir}/manual \
--with-faqdir=${htmldir}/faq \
--disable-updatecheck
Expand All @@ -54,7 +55,7 @@ src_install() {
domenu *.desktop

cd plugin/attachment_tool
docinto plugin/attachment_tool
emake DESTDIR="${D}" install-plugin
docinto plugin/attachment_tool
dodoc README
}

0 comments on commit 2b331f0

Please sign in to comment.