diff options
author | 2021-01-27 15:21:05 +0100 | |
---|---|---|
committer | 2021-01-27 16:10:47 +0100 | |
commit | f0ccac8ffdac61ba64e06655934cd3a17d30adc1 (patch) | |
tree | ade22d6b49b6b736154d90da416debab104cd4c8 /app-text | |
parent | media-gfx/imagemagick: bump to v6.9.11-60 & v7.0.10-60 (diff) | |
download | gentoo-f0ccac8ffdac61ba64e06655934cd3a17d30adc1.tar.gz gentoo-f0ccac8ffdac61ba64e06655934cd3a17d30adc1.tar.bz2 gentoo-f0ccac8ffdac61ba64e06655934cd3a17d30adc1.zip |
app-text/ghostscript-gpl: expose libgs.so ABI as subslot
Closes: https://bugs.gentoo.org/767421
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r5.ebuild (renamed from app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r4.ebuild) | 2 | ||||
-rw-r--r-- | app-text/ghostscript-gpl/metadata.xml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r4.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r5.ebuild index e201db027681..571d85d32475 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r4.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r5.ebuild @@ -22,7 +22,7 @@ if [[ -n "${MY_PATCHSET}" ]] ; then fi LICENSE="AGPL-3 CPL-1.0" -SLOT="0" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="cups dbus gtk l10n_de static-libs unicode X" diff --git a/app-text/ghostscript-gpl/metadata.xml b/app-text/ghostscript-gpl/metadata.xml index c9e62ab6ebfe..7fc1cdd53b9f 100644 --- a/app-text/ghostscript-gpl/metadata.xml +++ b/app-text/ghostscript-gpl/metadata.xml @@ -9,6 +9,9 @@ <email>printing@gentoo.org</email> <name>Gentoo Printing Project</name> </maintainer> + <slots> + <subslots>Reflect ABI of libgs.so.</subslots> + </slots> <upstream> <remote-id type="cpe">cpe:/a:artifex:gpl_ghostscript</remote-id> <remote-id type="sourceforge">djvu</remote-id> |