diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-22 13:25:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-22 13:25:44 +0300 |
commit | a2c14a09982c282d7a14e7377c658ef38feb202e (patch) | |
tree | b4967a2db9214687ba55534947f070ad8bd419e3 /app-office | |
parent | media-sound/kid3: amd64 stable wrt bug #677208 (diff) | |
download | gentoo-a2c14a09982c282d7a14e7377c658ef38feb202e.tar.gz gentoo-a2c14a09982c282d7a14e7377c658ef38feb202e.tar.bz2 gentoo-a2c14a09982c282d7a14e7377c658ef38feb202e.zip |
app-office/scribus: amd64 stable wrt bug #676960
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/scribus/scribus-1.5.5_pre20190124.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/scribus/scribus-1.5.5_pre20190124.ebuild b/app-office/scribus/scribus-1.5.5_pre20190124.ebuild index 7814487f4173..76be599564da 100644 --- a/app-office/scribus/scribus-1.5.5_pre20190124.ebuild +++ b/app-office/scribus/scribus-1.5.5_pre20190124.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 |