From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- .../tudor-volumed/tudor-volumed-0_pre20110427.ebuild | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild') diff --git a/media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild b/media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild index 4a36941b17d5..aa7e1f4e018b 100644 --- a/media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild +++ b/media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -inherit eutils vcs-snapshot +inherit toolchain-funcs vcs-snapshot DESCRIPTION="Lightweight, desktop environment agnostic volume management daemon" HOMEPAGE="https://github.com/darvid/tudor-volumed" @@ -12,19 +12,17 @@ SRC_URI="https://github.com/darvid/${PN}/tarball/7fc04cb2fb71e6f8815ddd87fd7ef5d LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -RDEPEND="media-libs/alsa-lib +RDEPEND=" + media-libs/alsa-lib:= x11-libs/libX11" DEPEND="${RDEPEND} x11-base/xorg-proto" -pkg_setup() { - tc-export CXX -} +PATCHES=( "${FILESDIR}"/${P}-build.patch ) -src_prepare() { - epatch "${FILESDIR}"/${P}-build.patch +src_configure() { + tc-export CXX } src_install() { -- cgit v1.2.3