diff options
author | Johannes Huber <johu@gentoo.org> | 2016-07-27 21:27:56 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-07-27 21:32:01 +0200 |
commit | 870e95fb40641be149ff3afc57c4556fe46b88ca (patch) | |
tree | daa7d7b08c47a3fe0527966415df79d7db23f151 /app-text | |
parent | app-emulation/q4wine: version bump (diff) | |
download | gentoo-870e95fb40641be149ff3afc57c4556fe46b88ca.tar.gz gentoo-870e95fb40641be149ff3afc57c4556fe46b88ca.tar.bz2 gentoo-870e95fb40641be149ff3afc57c4556fe46b88ca.zip |
app-text/hunspell: Introduce subslot
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hunspell/hunspell-1.4.1-r1.ebuild (renamed from app-text/hunspell/hunspell-1.4.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/hunspell/hunspell-1.4.1.ebuild b/app-text/hunspell/hunspell-1.4.1-r1.ebuild index 78f43fd7e3cb..5cc62c5b1845 100644 --- a/app-text/hunspell/hunspell-1.4.1.ebuild +++ b/app-text/hunspell/hunspell-1.4.1-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Hunspell spell checker - an improved replacement for myspell in OOo SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="http://hunspell.sourceforge.net/" -SLOT="0" +SLOT="0/1.4" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ncurses nls readline static-libs" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |