summaryrefslogtreecommitdiff
path: root/media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild')
-rw-r--r--media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild18
1 files changed, 8 insertions, 10 deletions
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() {