diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-12-23 12:25:20 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-12-23 12:25:40 +0100 |
commit | edd4c86600e5d2278d0822af90e588ab0d5115d9 (patch) | |
tree | b2402399eed82cb0276cb57382168bec8adfb5ed /media-sound | |
parent | media-sound/qmmp: Bump to version 1.2.5 (diff) | |
download | gentoo-edd4c86600e5d2278d0822af90e588ab0d5115d9.tar.gz gentoo-edd4c86600e5d2278d0822af90e588ab0d5115d9.tar.bz2 gentoo-edd4c86600e5d2278d0822af90e588ab0d5115d9.zip |
media-sound/qmmp: Synced live ebuild
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/qmmp/qmmp-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/qmmp/qmmp-9999.ebuild b/media-sound/qmmp/qmmp-9999.ebuild index f7eff28d1dbe..70985023af4a 100644 --- a/media-sound/qmmp/qmmp-9999.ebuild +++ b/media-sound/qmmp/qmmp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,8 @@ inherit cmake-utils xdg-utils DESCRIPTION="Qt5-based audio player with winamp/xmms skins support" HOMEPAGE="http://qmmp.ylsoftware.com" if [[ ${PV} != 9999 ]]; then - SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2" + SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2 + mirror://sourceforge/${PN}-dev/files/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" else QMMP_DEV_BRANCH="1.2" |