diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-17 23:34:57 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-17 23:34:57 +0100 |
commit | 14add73de06a3571568e6a895716359307562837 (patch) | |
tree | 6d8d672ac71213a203468250e36d22809b621824 /app-office/scribus | |
parent | kde-misc/rsibreak: x86 stable (bug #678136) (diff) | |
download | gentoo-14add73de06a3571568e6a895716359307562837.tar.gz gentoo-14add73de06a3571568e6a895716359307562837.tar.bz2 gentoo-14add73de06a3571568e6a895716359307562837.zip |
app-office/scribus: x86 stable (bug #676960)
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-office/scribus')
-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 f8cd07195439..7814487f4173 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 |