diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-17 20:31:11 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-17 20:31:11 +0000 |
commit | 478dc8059a0da9b045cdc9b27efc5530ffbaf51d (patch) | |
tree | 06efb0b09002918d7e4b51f25883ff109cda3ed9 /sys-apps/prctl | |
parent | dev-libs/libffi: fix small struct handling on ia64, bug #634190 (diff) | |
download | gentoo-478dc8059a0da9b045cdc9b27efc5530ffbaf51d.tar.gz gentoo-478dc8059a0da9b045cdc9b27efc5530ffbaf51d.tar.bz2 gentoo-478dc8059a0da9b045cdc9b27efc5530ffbaf51d.zip |
sys-apps/prctl: stable 1.6 for ia64, bug #647928
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'sys-apps/prctl')
-rw-r--r-- | sys-apps/prctl/prctl-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/prctl/prctl-1.6.ebuild b/sys-apps/prctl/prctl-1.6.ebuild index 24ac9dace8ef..903043fdd691 100644 --- a/sys-apps/prctl/prctl-1.6.ebuild +++ b/sys-apps/prctl/prctl-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~x86" +KEYWORDS="~alpha ~amd64 ia64 ~x86" IUSE="" RDEPEND="" |