summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergiy Borodych <Sergiy.Borodych@gmail.com>2019-12-24 00:04:53 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2019-12-25 13:23:23 +0100
commit1d096cfcc16f1667b241fedce280a9e5632d9d58 (patch)
tree3ae15083a6df627fc4c4740613f9adcdd15a9b26 /media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
parentprofiles: Drop mask for removed app-emacs/elib. (diff)
downloadgentoo-1d096cfcc16f1667b241fedce280a9e5632d9d58.tar.gz
gentoo-1d096cfcc16f1667b241fedce280a9e5632d9d58.tar.bz2
gentoo-1d096cfcc16f1667b241fedce280a9e5632d9d58.zip
media-sound/gmusicbrowser: bump to newest git revision (2019-03-15)
the bump contains a lot of fixes (most for picture finder plugin) still using git rev bump because there is no new version for a long time from upstream also sync git (9999) ebuild Signed-off-by: Sergiy Borodych <Sergiy.Borodych@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14110 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild')
-rw-r--r--media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild b/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
index 3d144fcc11c7..168d43232cb4 100644
--- a/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
+++ b/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
SRC_URI=""
KEYWORDS=""
else
- GIT_COMMIT="853840eb9dad0b59ad2dac5d303f5929b2f09f21"
+ GIT_COMMIT="4538a5af5fb6c11f07bd7a9c50d6fd73b18c840d"
SRC_URI="https://github.com/squentin/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"