diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-09 14:33:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-09 14:33:45 +0000 |
commit | 70b4d5dc85ff5079a2a805c6b3d8dc689dec8b9d (patch) | |
tree | c47875d7717e8c5432e934fdcc64df4a8e151321 /app-portage | |
parent | app-portage/tatt: keyworded 0.4 for ppc, bug #626750 (thanks to ernsteiswuerfel) (diff) | |
download | gentoo-70b4d5dc85ff5079a2a805c6b3d8dc689dec8b9d.tar.gz gentoo-70b4d5dc85ff5079a2a805c6b3d8dc689dec8b9d.tar.bz2 gentoo-70b4d5dc85ff5079a2a805c6b3d8dc689dec8b9d.zip |
app-portage/porthole: keyworded 0.6.1-r4 for ppc64, bug #633316 (thanks to ernsteiswuerfel)
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/porthole/porthole-0.6.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/porthole/porthole-0.6.1-r4.ebuild b/app-portage/porthole/porthole-0.6.1-r4.ebuild index 7245f9bfaaad..033b4f609fee 100644 --- a/app-portage/porthole/porthole-0.6.1-r4.ebuild +++ b/app-portage/porthole/porthole-0.6.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/porthole/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ppc sparc x86 ~x86-fbsd" +KEYWORDS="amd64 arm ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="nls" LANGS="de pl ru vi it fr tr" for X in $LANGS; do IUSE="${IUSE} linguas_${X}"; done |