diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2022-01-18 09:24:21 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-01-18 09:28:08 +0100 |
commit | e5b9bc83ac1812d75d9a8ffeacc223cc1fbc29fb (patch) | |
tree | c0f73b5eca6f00b33db6a8899a8057855b3ccd81 /media-sound/qmmp | |
parent | media-sound/qmmp: Bump to version 1.5.3 (diff) | |
download | gentoo-e5b9bc83ac1812d75d9a8ffeacc223cc1fbc29fb.tar.gz gentoo-e5b9bc83ac1812d75d9a8ffeacc223cc1fbc29fb.tar.bz2 gentoo-e5b9bc83ac1812d75d9a8ffeacc223cc1fbc29fb.zip |
media-sound/qmmp: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/qmmp')
-rw-r--r-- | media-sound/qmmp/qmmp-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/qmmp/qmmp-9999.ebuild b/media-sound/qmmp/qmmp-9999.ebuild index 2fe547a222c2..ee881e5be18c 100644 --- a/media-sound/qmmp/qmmp-9999.ebuild +++ b/media-sound/qmmp/qmmp-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake xdg -[[ ${PV} = 9999 ]] && inherit subversion DESCRIPTION="Qt5-based audio player with winamp/xmms skins support" HOMEPAGE="http://qmmp.ylsoftware.com" @@ -13,6 +12,7 @@ if [[ ${PV} != 9999 ]]; then mirror://sourceforge/${PN}-dev/files/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" else + inherit subversion QMMP_DEV_BRANCH="1.3" ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}-dev/code/branches/${PN}-${QMMP_DEV_BRANCH}" fi |