diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-05 22:20:56 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-05 22:24:57 +0200 |
commit | 0a4dba8677074b25bd57cb034076b2f57b5ae03d (patch) | |
tree | 5ca78703c0069db96c6daacdc563e0c99d51d497 /app-office/scribus | |
parent | dev-ada/gnatcoll: Fix documentation and skip test (diff) | |
download | gentoo-0a4dba8677074b25bd57cb034076b2f57b5ae03d.tar.gz gentoo-0a4dba8677074b25bd57cb034076b2f57b5ae03d.tar.bz2 gentoo-0a4dba8677074b25bd57cb034076b2f57b5ae03d.zip |
app-office/scribus: add ~ppc64 keyword (bug 550040)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'app-office/scribus')
-rw-r--r-- | app-office/scribus/scribus-1.5.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/scribus/scribus-1.5.2-r2.ebuild b/app-office/scribus/scribus-1.5.2-r2.ebuild index 818b7a110a7f..5bfee8544471 100644 --- a/app-office/scribus/scribus-1.5.2-r2.ebuild +++ b/app-office/scribus/scribus-1.5.2-r2.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 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}-devel/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="+boost debug examples graphicsmagick hunspell +minimal osg +pdf scripts templates tk" #a=$((ls resources/translations/scribus.*ts | sed -e 's:\.: :g' | awk '{print $2}'; ls resources/loremipsum/*xml | sed -e 's:\.: :g' -e 's:loremipsum\/: :g'| awk '{print $2}'; ls resources/dicts/hyph*dic | sed -e 's:\.: :g' -e 's:hyph_: :g' | awk '{print $2}'; ls resources/dicts/README_*txt | sed -e 's:_hyph::g' -e 's:\.: :g' -e 's:README_: :g' | awk '{print $2}') | sort | uniq); echo $a |