diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-01 17:27:58 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-01 17:27:58 +0100 |
commit | 6d56e65bd87dd3779e39cf7332c8e8bb5a2c6515 (patch) | |
tree | 5fbbc7023d99c24ef7ed47412ce504504c0d3d36 | |
parent | sys-libs/glibc: Restore keywords of 2.26-r5 (diff) | |
download | gentoo-6d56e65bd87dd3779e39cf7332c8e8bb5a2c6515.tar.gz gentoo-6d56e65bd87dd3779e39cf7332c8e8bb5a2c6515.tar.bz2 gentoo-6d56e65bd87dd3779e39cf7332c8e8bb5a2c6515.zip |
dev-tex/csindex: EAPI bump, bug 605728
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r-- | dev-tex/csindex/csindex-2.11c-r2.ebuild (renamed from dev-tex/csindex/csindex-2.11c-r1.ebuild) | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dev-tex/csindex/csindex-2.11c-r1.ebuild b/dev-tex/csindex/csindex-2.11c-r2.ebuild index 7f4f09bbeba0..5c8b4110b8ac 100644 --- a/dev-tex/csindex/csindex-2.11c-r1.ebuild +++ b/dev-tex/csindex/csindex-2.11c-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=3 +EAPI=6 -inherit toolchain-funcs eutils +inherit toolchain-funcs MY_P="${PN}-19980713" @@ -21,16 +21,16 @@ RDEPEND="" S=${WORKDIR}/${MY_P} -src_prepare() { - epatch "${FILESDIR}/${P}-flags.patch" \ - "${FILESDIR}/${P}-decl.patch" -} +PATCHES=( + "${FILESDIR}/${P}-flags.patch" + "${FILESDIR}/${P}-decl.patch" +) src_compile() { - emake CC="$(tc-getCC)" || die "make failed" + emake CC="$(tc-getCC)" } src_install() { - dobin csindex || die + dobin csindex dodoc README } |