gui-apps/tiramisu: drop obsolete patch from live ebuild

Closes: https://bugs.gentoo.org/939131
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono 2024-09-30 23:46:10 +09:00
parent 713dd952e7
commit 3e2f6db271
No known key found for this signature in database
GPG Key ID: 91CA2604719DDA61

View File

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit vala
@ -23,11 +23,9 @@ RDEPEND="dev-libs/glib:2[dbus]"
DEPEND="${RDEPEND}"
BDEPEND="$(vala_depend)"
PATCHES=( "${FILESDIR}/tiramisu-2.0.20211107-pkg-config.patch" )
src_prepare() {
default
vala_src_prepare
vala_setup
}
src_install() {