summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-25 11:39:05 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-25 11:41:25 +0200
commit7be354d4714afc5965c6fc3d75bdea2d6fdb91fb (patch)
tree4e0e099802331c2a0f759ec4bfd8b5f0593e37bd /media-libs/libmypaint
parentapp-emulation/xen-tools: drop old (diff)
downloadgentoo-7be354d4714afc5965c6fc3d75bdea2d6fdb91fb.tar.gz
gentoo-7be354d4714afc5965c6fc3d75bdea2d6fdb91fb.tar.bz2
gentoo-7be354d4714afc5965c6fc3d75bdea2d6fdb91fb.zip
media-libs/libmypaint: Set correct subslot
Closes: https://bugs.gentoo.org/698258 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/libmypaint')
-rw-r--r--media-libs/libmypaint/libmypaint-1.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libmypaint/libmypaint-1.4.0.ebuild b/media-libs/libmypaint/libmypaint-1.4.0.ebuild
index da0fb5f4a011..c4f735c48773 100644
--- a/media-libs/libmypaint/libmypaint-1.4.0.ebuild
+++ b/media-libs/libmypaint/libmypaint-1.4.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/mypaint/libmypaint"
SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${MY_PV}/${MY_P}.tar.xz"
LICENSE="ISC"
-SLOT="0/0" # first soname component for subslot
+SLOT="0/$(ver_cut 1-2)" # https://github.com/mypaint/libmypaint/wiki/Versioning
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="gegl introspection nls openmp"