Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/beep/
Date: Fri, 28 Aug 2015 13:08:23
Message-Id: 1440770869.de5d46a95c0fac7cc692817afa7a2da025f4f9b0.monsieurp@gentoo
1 commit: de5d46a95c0fac7cc692817afa7a2da025f4f9b0
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 14:00:06 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 14:07:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5d46a9
7
8 app-misc/beep: Stable for amd64. Fixes bug 144343.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-misc/beep/beep-1.3.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-misc/beep/beep-1.3.ebuild b/app-misc/beep/beep-1.3.ebuild
17 index f4ef536..21b7b15 100644
18 --- a/app-misc/beep/beep-1.3.ebuild
19 +++ b/app-misc/beep/beep-1.3.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=4
27 +EAPI=5
28
29 inherit eutils base toolchain-funcs
30
31 @@ -12,7 +12,7 @@ SRC_URI="http://www.johnath.com/beep/${P}.tar.gz"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
36 +KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
37 IUSE=""
38
39 PATCHES=( ${FILESDIR}/${PN}-1.2.2-Makefile.patch )