diff options
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/maq/maq-0.7.1-r3.ebuild (renamed from sci-biology/maq/maq-0.7.1-r2.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-biology/maq/maq-0.7.1-r2.ebuild b/sci-biology/maq/maq-0.7.1-r3.ebuild index 14b0284b7f58..a64b2b6f4e81 100644 --- a/sci-biology/maq/maq-0.7.1-r2.ebuild +++ b/sci-biology/maq/maq-0.7.1-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -13,7 +13,6 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" -IUSE="" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="sys-libs/zlib" @@ -34,9 +33,9 @@ src_prepare() { src_install() { default - insinto /usr/share/${PN} + insinto /usr/share/maq doins "${WORKDIR}"/*.dat doman maq.1 - dodoc ${PN}.pdf + dodoc maq.pdf } |