diff options
author | David Seifert <soap@gentoo.org> | 2018-01-21 11:19:32 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-21 11:19:32 +0100 |
commit | 7317971543780d13f1d3d98a9e2c189fe9f44e01 (patch) | |
tree | d0fd8b65d30de850cf0939246eaac2d4917bd43b /media-sound/sndfile-tools | |
parent | media-sound/sndfile-tools: Version bump to 1.04 (diff) | |
download | gentoo-7317971543780d13f1d3d98a9e2c189fe9f44e01.tar.gz gentoo-7317971543780d13f1d3d98a9e2c189fe9f44e01.tar.bz2 gentoo-7317971543780d13f1d3d98a9e2c189fe9f44e01.zip |
media-sound/sndfile-tools: Sync live ebuild
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-sound/sndfile-tools')
-rw-r--r-- | media-sound/sndfile-tools/sndfile-tools-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild index b09d2f4021f4..46defab32442 100644 --- a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild +++ b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/erikd/sndfile-tools.git" else - SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz" + SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.bz2" KEYWORDS="~amd64" fi @@ -30,7 +30,6 @@ DEPEND=" src_prepare() { default - [[ ${PV} == *9999 ]] && eautoreconf } |