diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-11 22:28:01 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-11 22:37:25 -0700 |
commit | 36ae686e47f55376b904739cadfd771ce4454193 (patch) | |
tree | 25143d9ac535b444d884d0685ae70d1a8cb04523 /app-office/scribus | |
parent | net-print/cups-filters-1.17.9: ppc64 stable, bug 641340 (diff) | |
download | gentoo-36ae686e47f55376b904739cadfd771ce4454193.tar.gz gentoo-36ae686e47f55376b904739cadfd771ce4454193.tar.bz2 gentoo-36ae686e47f55376b904739cadfd771ce4454193.zip |
app-office/scribus-1.5.3-r1: ppc64 stable, bug 631800
Diffstat (limited to 'app-office/scribus')
-rw-r--r-- | app-office/scribus/scribus-1.5.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/scribus/scribus-1.5.3-r1.ebuild b/app-office/scribus/scribus-1.5.3-r1.ebuild index 85a102a443dd..b65910862d8b 100644 --- a/app-office/scribus/scribus-1.5.3-r1.ebuild +++ b/app-office/scribus/scribus-1.5.3-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}-devel/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 x86" +KEYWORDS="amd64 ~hppa ppc 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 |