From 24d75f9c5369eceacf7fd61ea241f21934545d6b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 23 Feb 2020 15:16:51 +0100 Subject: */*: [QA] Remove redundant --docdir/--htmldir Closes: https://github.com/gentoo/gentoo/pull/14742 Signed-off-by: David Seifert --- games-strategy/naev/naev-0.6.1-r1.ebuild | 3 +-- games-strategy/warzone2100/warzone2100-3.2.3.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'games-strategy') diff --git a/games-strategy/naev/naev-0.6.1-r1.ebuild b/games-strategy/naev/naev-0.6.1-r1.ebuild index c8999020f3fe..aaf016935851 100644 --- a/games-strategy/naev/naev-0.6.1-r1.ebuild +++ b/games-strategy/naev/naev-0.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -38,7 +38,6 @@ src_unpack() { src_configure() { econf \ - --docdir=/usr/share/doc/${PF} \ --enable-lua=shared \ $(use_enable debug) \ $(use_with openal) \ diff --git a/games-strategy/warzone2100/warzone2100-3.2.3.ebuild b/games-strategy/warzone2100/warzone2100-3.2.3.ebuild index 5e292dc3dc77..56daf63618e0 100644 --- a/games-strategy/warzone2100/warzone2100-3.2.3.ebuild +++ b/games-strategy/warzone2100/warzone2100-3.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -75,7 +75,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --docdir=/usr/share/doc/${PF} --localedir=/usr/share/locale --with-distributor="Gentoo ${PF}" --with-icondir=/usr/share/icons/hicolor/128x128/apps -- cgit v1.2.3-65-gdbad