diff options
author | 2017-07-23 23:40:42 +0900 | |
---|---|---|
committer | 2017-07-23 23:50:12 +0900 | |
commit | 7412be0eaaa91d9823330304d9a1239d6e7ee46b (patch) | |
tree | d82e0bb64991abedc03e9e8114b90287bfed314f /app-i18n/anthy/anthy-9100h-r2.ebuild | |
parent | app-i18n/anthy-ss: move to app-i18n/anthy (diff) | |
download | gentoo-7412be0eaaa91d9823330304d9a1239d6e7ee46b.tar.gz gentoo-7412be0eaaa91d9823330304d9a1239d6e7ee46b.tar.bz2 gentoo-7412be0eaaa91d9823330304d9a1239d6e7ee46b.zip |
app-i18n/anthy: drop app-i18n/anthy-ss blocker
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/anthy/anthy-9100h-r2.ebuild')
-rw-r--r-- | app-i18n/anthy/anthy-9100h-r2.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/app-i18n/anthy/anthy-9100h-r2.ebuild b/app-i18n/anthy/anthy-9100h-r2.ebuild index 6ad6fbaf1447..43eb4327bd5d 100644 --- a/app-i18n/anthy/anthy-9100h-r2.ebuild +++ b/app-i18n/anthy/anthy-9100h-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="6" inherit elisp-common @@ -10,20 +10,15 @@ HOMEPAGE="http://anthy.sourceforge.jp/" SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="canna-2ch emacs static-libs" -DEPEND=" - !app-i18n/anthy-ss - canna-2ch? ( app-dicts/canna-2ch ) +RDEPEND="canna-2ch? ( app-dicts/canna-2ch ) emacs? ( virtual/emacs )" - -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${P}-anthy_context_t.patch" ) - DOCS=( AUTHORS DIARY NEWS README ChangeLog ) src_prepare() { @@ -54,7 +49,7 @@ src_install() { elisp-site-file-install "${FILESDIR}"/50anthy-gentoo.el || die fi - rm -v doc/Makefile* || die + rm -f doc/Makefile* docinto doc dodoc doc/* } |