From b68c59163c7a969594054c98bf1e423525f38d8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Fri, 10 Apr 2020 21:04:14 +0200 Subject: [PATCH] sci-visualization/gnuplot: Make the 5.3 live ebuild build again. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - configure no longer has an xmi option. - ChangeLog and PORTING no longer exist, so don't try to install them. Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Ulrich Müller --- sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild index 8dff85f2e466..aa399503dd8b 100644 --- a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild @@ -128,7 +128,6 @@ src_configure() { $(use_with doc tutorial) \ $(use_with gd) \ "$(use_with ggi ggi "${EPREFIX}/usr/$(get_libdir)")" \ - "$(use_with ggi xmi "${EPREFIX}/usr/$(get_libdir)")" \ "$(use_with libcaca caca "${EPREFIX}/usr/$(get_libdir)")" \ $(use_with libcerf) \ $(use_with lua) \ @@ -164,7 +163,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install - dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* RELEASE_NOTES TODO + dodoc BUGS NEWS PGPKEYS README* RELEASE_NOTES TODO newdoc term/PostScript/README README-ps newdoc term/js/README README-js use lua && newdoc term/lua/README README-lua -- 2.26.2