diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-09-13 16:17:59 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-09-13 16:51:46 -0700 |
commit | 649117fa760f34e0603864b5640eae1b9d735b43 (patch) | |
tree | 70a678fcca021aaec1c16b1bb403ff5e0f0cdd5e /app-office | |
parent | net-libs/libmicrohttpd-0.9.65: sparc stable (diff) | |
download | gentoo-649117fa760f34e0603864b5640eae1b9d735b43.tar.gz gentoo-649117fa760f34e0603864b5640eae1b9d735b43.tar.bz2 gentoo-649117fa760f34e0603864b5640eae1b9d735b43.zip |
app-office/scribus-1.5.5_pre20190429: drop sparc keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-office')
-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 56615d2265bc..1926b62bb623 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 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 |