diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-17 05:58:04 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-17 05:58:04 +0100 |
commit | d5aa9ca32c58632edb604dd1bd41fa6e720a1d23 (patch) | |
tree | 5652aba0851cc59910aa057ca2670dfdeec18aa9 /app-office/scribus | |
parent | sci-geosciences/liblas: x86 stable (bug #631800) (diff) | |
download | gentoo-d5aa9ca32c58632edb604dd1bd41fa6e720a1d23.tar.gz gentoo-d5aa9ca32c58632edb604dd1bd41fa6e720a1d23.tar.bz2 gentoo-d5aa9ca32c58632edb604dd1bd41fa6e720a1d23.zip |
app-office/scribus: x86 stable (bug #631800)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
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 2faefea4a252..98fa959de9c7 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 |