www-apps/ampache: Fix error from previous commit
authorBrian Evans <grknight@gentoo.org>
Sat, 4 Apr 2020 21:37:07 +0000 (17:37 -0400)
committerBrian Evans <grknight@gentoo.org>
Sat, 4 Apr 2020 21:37:07 +0000 (17:37 -0400)
Undocumented variable was not set which dies in pkg_setup

Bug: https://bugs.gentoo.org/688060
Signed-off-by: Brian Evans <grknight@gentoo.org>
www-apps/ampache/ampache-3.8.3-r1.ebuild
www-apps/ampache/ampache-3.8.8-r1.ebuild

index 73b860282f874061d2eddab3f997a6374b26d0ef..5466c51401aee4c657cec0b87658599d13ab949f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,6 +9,8 @@ DESCRIPTION="PHP-based tool for managing,updating and playing audio files via a
 HOMEPAGE="http://www.ampache.org/"
 SRC_URI="https://github.com/ampache/ampache/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
+# Remove this and the SLOT line below if the code changes. Added for a dependency only change
+WEBAPP_MANUAL_SLOT="yes"
 SLOT="${PV}"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ~ppc ~sparc x86"
index fa32c83173125f26ad05627c089c9ddd6860e8cd..1e494dd350819755214dea8a275b208a61de57d8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,6 +9,8 @@ DESCRIPTION="PHP-based tool for managing,updating and playing audio files via a
 HOMEPAGE="http://www.ampache.org/"
 SRC_URI="https://github.com/ampache/ampache/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
+# Remove this and the SLOT line below if the code changes. Added for a dependency only change
+WEBAPP_MANUAL_SLOT="yes"
 SLOT="${PV}"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"