Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/prctl/
Date: Sat, 17 Feb 2018 20:31:24
Message-Id: 1518899471.478dc8059a0da9b045cdc9b27efc5530ffbaf51d.slyfox@gentoo
1 commit: 478dc8059a0da9b045cdc9b27efc5530ffbaf51d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 17 20:31:11 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 17 20:31:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478dc805
7
8 sys-apps/prctl: stable 1.6 for ia64, bug #647928
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 sys-apps/prctl/prctl-1.6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/prctl/prctl-1.6.ebuild b/sys-apps/prctl/prctl-1.6.ebuild
17 index 24ac9dace8e..903043fdd69 100644
18 --- a/sys-apps/prctl/prctl-1.6.ebuild
19 +++ b/sys-apps/prctl/prctl-1.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
31 +KEYWORDS="~alpha ~amd64 ia64 ~x86"
32 IUSE=""
33
34 RDEPEND=""