Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-sndpeek/
Date: Sat, 02 Jun 2018 22:38:22
Message-Id: 1527979018.6335f0419cf34bce850f734b8a16651d0d481dc2.bman@gentoo
1 commit: 6335f0419cf34bce850f734b8a16651d0d481dc2
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 19:41:56 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 22:36:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6335f041
7
8 app-eselect/eselect-sndpeek: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-eselect/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-eselect/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild b/app-eselect/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild
16 index ba2876a31f6..784d3f28221 100644
17 --- a/app-eselect/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild
18 +++ b/app-eselect/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=0
24 +EAPI=6
25
26 DESCRIPTION="Manages the /usr/bin/sndpeek symlink"
27 HOMEPAGE="https://www.gentoo.org/"
28 @@ -16,5 +16,5 @@ RDEPEND=">=app-admin/eselect-1.2.3"
29
30 src_install() {
31 insinto /usr/share/eselect/modules
32 - newins "${WORKDIR}/sndpeek.eselect-${PVR}" sndpeek.eselect || die
33 + newins "${WORKDIR}/sndpeek.eselect-${PVR}" sndpeek.eselect
34 }