Gentoo Archives: gentoo-commits

From: Jonathan Vasquez <fearedbliss@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
Date: Sun, 12 Feb 2017 16:20:35
Message-Id: 1486916426.95b7c1a7529576c0b6267971b54b993ac0c0590c.fearedbliss@gentoo
1 commit: 95b7c1a7529576c0b6267971b54b993ac0c0590c
2 Author: Jonathan Vasquez <fearedbliss <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 16:20:03 2017 +0000
4 Commit: Jonathan Vasquez <fearedbliss <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 16:20:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b7c1a7
7
8 sys-apps/fix-gnustack: stabilizing plex-media-server dependency for amd64
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
16 index 3d5ebaceb2..1bb36601ec 100644
17 --- a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
18 +++ b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -12,7 +12,7 @@ LICENSE="GPL-3"
26 DEPEND="dev-libs/elfutils"
27 RDEPEND="${DEPEND}"
28
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31 SLOT="0"
32
33 S="${WORKDIR}/${PN}"