diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-10-28 18:48:11 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-10-30 00:14:55 +0100 |
commit | 752d2af6035c059198157f7a73fb3fd492227ad5 (patch) | |
tree | d47387287bb68b3550c8d7937ff22a4715512ad1 /dev-libs/spsdeclib | |
parent | dev-libs/nmeap: bump to EAPI=7. (diff) | |
download | gentoo-752d2af6035c059198157f7a73fb3fd492227ad5.tar.gz gentoo-752d2af6035c059198157f7a73fb3fd492227ad5.tar.bz2 gentoo-752d2af6035c059198157f7a73fb3fd492227ad5.zip |
dev-libs/spsdeclib: droped eutils from inherit.
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10278
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-libs/spsdeclib')
-rw-r--r-- | dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild index db6e46f2659b..da942dd943d4 100644 --- a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild +++ b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" -inherit autotools eutils +inherit autotools DESCRIPTION="Kryoflux SPS Decoder Library" HOMEPAGE="https://www.kryoflux.com/" @@ -17,7 +17,7 @@ DEPEND="app-arch/unzip" S="${WORKDIR}/capsimg_source_linux_macosx/CAPSImg" -DOCS=( "${WORKDIR}/DONATIONS.txt" "${WORKDIR}/HISTORY.txt" "${WORKDIR}/RELEASE.txt" ) +DOCS=( "${WORKDIR}/{DONATIONS,HISTORY,RELEASE}.txt" ) PATCHES=( "${FILESDIR}"/add_symlink.patch ) |