summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuerch <nativemad@gentoo.org>2018-07-04 14:32:46 +0200
committerAndreas Schuerch <nativemad@gentoo.org>2018-07-04 16:44:55 +0200
commit33a17dee6a546a50fe71a6996f3bae30533aa82a (patch)
tree7bad85df9c03c8888a257a02e505f5df3c9d6099
parentmedia-libs/mesa: Define LLVM_MAX_SLOT (diff)
downloadgentoo-33a17dee6a546a50fe71a6996f3bae30533aa82a.tar.gz
gentoo-33a17dee6a546a50fe71a6996f3bae30533aa82a.tar.bz2
gentoo-33a17dee6a546a50fe71a6996f3bae30533aa82a.zip
media-sound/ardour: move 9999 to ardour6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--media-sound/ardour/ardour-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild
index 67a60199f1ba..eb88ef6ef38f 100644
--- a/media-sound/ardour/ardour-9999.ebuild
+++ b/media-sound/ardour/ardour-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
@@ -11,7 +11,7 @@ DESCRIPTION="Digital Audio Workstation"
HOMEPAGE="http://ardour.org/"
if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="git://git.ardour.org/ardour/ardour.git"
+ EGIT_REPO_URI="https://git.ardour.org/ardour/ardour.git"
inherit git-r3
else
KEYWORDS="~amd64 ~x86"
@@ -20,7 +20,7 @@ else
fi
LICENSE="GPL-2"
-SLOT="5"
+SLOT="6"
IUSE="altivec doc jack cpu_flags_x86_sse cpu_flags_x86_mmx cpu_flags_x86_3dnow"
RDEPEND="
@@ -129,7 +129,7 @@ src_install() {
mv ${PN}.1 ${PN}${SLOT}.1
doman ${PN}${SLOT}.1
newicon "${S}/gtk2_ardour/resources/Ardour-icon_48px.png" ${PN}${SLOT}.png
- make_desktop_entry ardour5 ardour5 ardour5 AudioVideo
+ make_desktop_entry ardour6 ardour6 ardour6 AudioVideo
}
pkg_postinst() {