diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-06 20:12:10 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-06 20:12:22 +0100 |
commit | f69789e54e2d44bf4cb33e37c55d5559fb7047f4 (patch) | |
tree | 93c946ad4dc0d64807ae8bc6ea4bf4e1737d2284 /app-office/scribus | |
parent | net-p2p/amule: stable 2.3.2-r2 for ppc, bug #661698 (diff) | |
download | gentoo-f69789e54e2d44bf4cb33e37c55d5559fb7047f4.tar.gz gentoo-f69789e54e2d44bf4cb33e37c55d5559fb7047f4.tar.bz2 gentoo-f69789e54e2d44bf4cb33e37c55d5559fb7047f4.zip |
app-office/scribus: stable 1.5.4 for ppc, bug #659942
Tested-by: ernsteiswuerfel
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'app-office/scribus')
-rw-r--r-- | app-office/scribus/scribus-1.5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/scribus/scribus-1.5.4.ebuild b/app-office/scribus/scribus-1.5.4.ebuild index 6f8452488379..8fe01e20f220 100644 --- a/app-office/scribus/scribus-1.5.4.ebuild +++ b/app-office/scribus/scribus-1.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ https://dev.gentoo.org/~asturm/distfiles/${P}-poppler-0.64.0.patch.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc 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 |