diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-24 23:13:33 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-24 23:50:42 +0100 |
commit | 27e8ffb54c983117c1c2286ba998c5d4b378c07c (patch) | |
tree | 45013c8e8f31353c1f878cfbf5673130384b2c10 /app-office/scribus | |
parent | dev-libs/libxslt: stable 1.1.33-r1 for ppc64, bug #684206 (diff) | |
download | gentoo-27e8ffb54c983117c1c2286ba998c5d4b378c07c.tar.gz gentoo-27e8ffb54c983117c1c2286ba998c5d4b378c07c.tar.bz2 gentoo-27e8ffb54c983117c1c2286ba998c5d4b378c07c.zip |
app-office/scribus: stable 1.5.5_pre20190429 for ppc64, bug #685492
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
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 296df58a25ee..56615d2265bc 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 |