diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-04 22:26:10 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-04 22:29:56 +0000 |
commit | e98b28dbb28cde128a6442223504f59ffa38423a (patch) | |
tree | 62ef6a0312e92beefc63b710eba63077527293e7 /app-office | |
parent | sci-geosciences/laszip: stable 2.2.0 for ppc, bug #631800 (diff) | |
download | gentoo-e98b28dbb28cde128a6442223504f59ffa38423a.tar.gz gentoo-e98b28dbb28cde128a6442223504f59ffa38423a.tar.bz2 gentoo-e98b28dbb28cde128a6442223504f59ffa38423a.zip |
app-office/scribus: stable 1.5.3-r1 for ppc, bug #631800
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'app-office')
-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 98fa959de9c7..85a102a443dd 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 |