diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-08-11 19:35:31 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-08-11 19:35:31 +0100 |
commit | 82b23ae14e960c8fbb43a15a4ab4f9f7359af5e9 (patch) | |
tree | 546efeacb280463acae6074cf5c10b3f923b322b /app-office | |
parent | media-gfx/graphicsmagick: stable 1.3.30 for hppa, bug #662870 (diff) | |
download | gentoo-82b23ae14e960c8fbb43a15a4ab4f9f7359af5e9.tar.gz gentoo-82b23ae14e960c8fbb43a15a4ab4f9f7359af5e9.tar.bz2 gentoo-82b23ae14e960c8fbb43a15a4ab4f9f7359af5e9.zip |
app-office/scribus: stable 1.5.4 for ppc64, bug #659942
Package-Manager: Portage-2.3.45, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/scribus/scribus-1.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/scribus/scribus-1.5.4.ebuild b/app-office/scribus/scribus-1.5.4.ebuild index 4a0a3138ca51..745a1ba36b02 100644 --- a/app-office/scribus/scribus-1.5.4.ebuild +++ b/app-office/scribus/scribus-1.5.4.ebuild @@ -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 ~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 |