diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-20 21:49:41 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-20 21:49:41 +0000 |
commit | f8a9cd4565a2912b000881aad4e1053e835110f8 (patch) | |
tree | d45726507e8ab44be774b6eebf2e5f26ac5922df /dev-util | |
parent | media-libs/zita-alsa-pcmi: keyworded 0.2.0 for sparc, bug #546082 (thanks to ... (diff) | |
download | gentoo-f8a9cd4565a2912b000881aad4e1053e835110f8.tar.gz gentoo-f8a9cd4565a2912b000881aad4e1053e835110f8.tar.bz2 gentoo-f8a9cd4565a2912b000881aad4e1053e835110f8.zip |
dev-util/patchelf: keyworded 0.9 for sparc, bug #625454 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/patchelf/patchelf-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/patchelf/patchelf-0.9.ebuild b/dev-util/patchelf/patchelf-0.9.ebuild index 47264579ddde..334bfba21b47 100644 --- a/dev-util/patchelf/patchelf-0.9.ebuild +++ b/dev-util/patchelf/patchelf-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executa HOMEPAGE="http://nixos.org/patchelf.html" SRC_URI="http://releases.nixos.org/${PN}/${P}/${P}.tar.bz2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-3" src_prepare() { |