diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-24 22:41:32 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-24 23:08:28 +0100 |
commit | 1920d78366b74412cab685e75adde831e8869bf1 (patch) | |
tree | 04c38cf92eaf6ba3bb9c5318a64b60f61760c0af /app-office/scribus | |
parent | media-gfx/inkscape: stable 0.92.4 for ppc, bug #685488 (diff) | |
download | gentoo-1920d78366b74412cab685e75adde831e8869bf1.tar.gz gentoo-1920d78366b74412cab685e75adde831e8869bf1.tar.bz2 gentoo-1920d78366b74412cab685e75adde831e8869bf1.zip |
app-office/scribus: stable 1.5.5_pre20190429 for ppc, bug #685492
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-office/scribus')
-rw-r--r-- | app-office/scribus/scribus-1.5.5_pre20190429.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/scribus/scribus-1.5.5_pre20190429.ebuild b/app-office/scribus/scribus-1.5.5_pre20190429.ebuild index 6402cd3d0d54..296df58a25ee 100644 --- a/app-office/scribus/scribus-1.5.5_pre20190429.ebuild +++ b/app-office/scribus/scribus-1.5.5_pre20190429.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}project/${PN}/archive/${COMMIT}.tar.gz -> ${P}. 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 |