aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorturret <turret@duck.com>2023-12-08 22:09:02 -0600
committerturret <turret@duck.com>2023-12-08 22:09:02 -0600
commit93dffda4a4e1db2e83f1042e131aa326d566fbc3 (patch)
treeb99ce0d73d0600e8217aafa38bae461ba1b3a1e1
parent605d8055771b2bb096b9a8534f5d4b44add50c8c (diff)
downloadportage-overlay-93dffda4a4e1db2e83f1042e131aa326d566fbc3.tar.gz
portage-overlay-93dffda4a4e1db2e83f1042e131aa326d566fbc3.tar.bz2
portage-overlay-93dffda4a4e1db2e83f1042e131aa326d566fbc3.zip
app-text/zathura: bump sub-slot
zathura has an API & ABI version change, however the version bump (to 0.5.3) does not reflect this decently. will have to manually change the sub-slot to stay in-sync with the plugin API and ABI version numbers (which are completely separate from the actual version numbers)
-rw-r--r--app-text/zathura/zathura-0.5.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/zathura/zathura-0.5.3.ebuild b/app-text/zathura/zathura-0.5.3.ebuild
index 7e82398..e377dc3 100644
--- a/app-text/zathura/zathura-0.5.3.ebuild
+++ b/app-text/zathura/zathura-0.5.3.ebuild
@@ -21,7 +21,7 @@ else
fi
LICENSE="ZLIB"
-SLOT="0/$(ver_cut 1-2)"
+SLOT="0/5.6"
IUSE="seccomp sqlite synctex test"
RESTRICT="!test? ( test )"