diff options
author | 2019-06-10 12:35:12 +0200 | |
---|---|---|
committer | 2019-06-10 12:36:05 +0200 | |
commit | 7a2c4ef473ba9bcca4126a23ad4b6149746fb565 (patch) | |
tree | df99fba5cfb1ccaed62636ee0d3a20331ce6e5e4 /app-text/writerperfect/writerperfect-0.9.6.ebuild | |
parent | profiles: drop deprecated 13.0 profiles, bug #672960 (diff) | |
download | gentoo-7a2c4ef473ba9bcca4126a23ad4b6149746fb565.tar.gz gentoo-7a2c4ef473ba9bcca4126a23ad4b6149746fb565.tar.bz2 gentoo-7a2c4ef473ba9bcca4126a23ad4b6149746fb565.zip |
app-text/writerperfect: Fix build with USE gsf
Closes: https://bugs.gentoo.org/687788
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/writerperfect/writerperfect-0.9.6.ebuild')
-rw-r--r-- | app-text/writerperfect/writerperfect-0.9.6.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-text/writerperfect/writerperfect-0.9.6.ebuild b/app-text/writerperfect/writerperfect-0.9.6.ebuild index b6dba7c029d1..4079835b3f7f 100644 --- a/app-text/writerperfect/writerperfect-0.9.6.ebuild +++ b/app-text/writerperfect/writerperfect-0.9.6.ebuild @@ -12,6 +12,11 @@ SLOT="0" KEYWORDS="amd64 ~x86 ~x86-linux ~x86-solaris" IUSE="abiword +cdr debug ebook epub freehand gsf keynote +mspub +mwaw pagemaker qxp +visio +wpd +wpg +wps zmf" +# configure fails if no import library is selected... +REQUIRED_USE=" + || ( abiword cdr ebook freehand keynote mspub mwaw pagemaker qxp visio wpd wpg wps zmf ) +" + # FIXME: librvngabw BDEPEND=" virtual/pkgconfig @@ -39,10 +44,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -REQUIRED_USE=" - || ( abiword cdr ebook freehand keynote mspub mwaw pagemaker qxp visio wpd wpg wps zmf ) -" -# configure fails if no import library is selected... +PATCHES=( "${FILESDIR}/${P}-gsf-buildfix.patch" ) src_configure() { local myeconfargs=( |