commit: b49d494f67d92b215a6aca62158065b05cf5d1cb Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Thu Oct 19 19:35:14 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Oct 23 17:24:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49d494f
app-i18n/librime: Set subslot based on soname of librime.so. app-i18n/librime/librime-1.2.9.ebuild | 2 +- app-i18n/librime/librime-1.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/librime/librime-1.2.9.ebuild b/app-i18n/librime/librime-1.2.9.ebuild index de9834370d9..b2c4cd6819c 100644 --- a/app-i18n/librime/librime-1.2.9.ebuild +++ b/app-i18n/librime/librime-1.2.9.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://rime.im/" SRC_URI="https://github.com/rime/${PN}/archive/rime-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" -SLOT="0" +SLOT="0/1" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="static-libs test" diff --git a/app-i18n/librime/librime-1.2.ebuild b/app-i18n/librime/librime-1.2.ebuild index 59b420ff3cd..e2ccff847d1 100644 --- a/app-i18n/librime/librime-1.2.ebuild +++ b/app-i18n/librime/librime-1.2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://rime.im/" SRC_URI="http://dl.bintray.com/lotem/rime/${P}.tar.gz" LICENSE="GPL-3" -SLOT="0" +SLOT="0/1" KEYWORDS="amd64 ~ppc ppc64 ~x86" IUSE="static-libs test"
