diff options
Diffstat (limited to 'games-engines/openxcom/openxcom-9999.ebuild')
-rw-r--r-- | games-engines/openxcom/openxcom-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games-engines/openxcom/openxcom-9999.ebuild b/games-engines/openxcom/openxcom-9999.ebuild index 511bec55bed0..94e822f79c92 100644 --- a/games-engines/openxcom/openxcom-9999.ebuild +++ b/games-engines/openxcom/openxcom-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,8 +33,6 @@ BDEPEND="doc? ( app-doc/doxygen )" DOCS=( README.md ) -PATCHES=( "${FILESDIR}/${P}-mandir.patch" ) # TODO: GNUInstallDirs - src_compile() { cmake_src_compile use doc && cmake_build doxygen |