aboutsummaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorZen <z@pyl.onl>2024-12-16 11:12:27 -0600
committerZen <z@pyl.onl>2024-12-16 11:12:27 -0600
commit4cf7c51febf51c09310124ccda1493e5a4cc0441 (patch)
tree284729c7a087fea6abfde39e9ff8df353782a7fb /sys-fs
parentgames-emulation/rpcs3: update live (diff)
downloadguru-4cf7c51febf51c09310124ccda1493e5a4cc0441.tar.gz
guru-4cf7c51febf51c09310124ccda1493e5a4cc0441.tar.bz2
guru-4cf7c51febf51c09310124ccda1493e5a4cc0441.zip
sys-fs/xva-img: Add subslot operator to openssl, move to DEPENDS
Revbumb as well. Signed-off-by: Zen <z@pyl.onl>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/xva-img/xva-img-1.5-r1.ebuild (renamed from sys-fs/xva-img/xva-img-1.5.ebuild)7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-fs/xva-img/xva-img-1.5.ebuild b/sys-fs/xva-img/xva-img-1.5-r1.ebuild
index 6a1b30295..4ccfed35f 100644
--- a/sys-fs/xva-img/xva-img-1.5.ebuild
+++ b/sys-fs/xva-img/xva-img-1.5-r1.ebuild
@@ -13,5 +13,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND="dev-libs/xxhash"
-RDEPEND="${DEPEND} dev-libs/openssl"
+DEPEND="
+dev-libs/xxhash
+dev-libs/openssl:=
+"
+RDEPEND="${DEPEND}"