summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2020-04-04 17:37:07 -0400
committerBrian Evans <grknight@gentoo.org>2020-04-04 17:37:07 -0400
commit07b63fc2c16545f6bf971ced3ee6309c42271fc8 (patch)
treea70808a42a22f8bb52e1af7cfc0b9695aa65681e /www-apps
parentgnome-extra/yelp-xsl: bump to 3.34.2 (diff)
downloadgentoo-07b63fc2c16545f6bf971ced3ee6309c42271fc8.tar.gz
gentoo-07b63fc2c16545f6bf971ced3ee6309c42271fc8.tar.bz2
gentoo-07b63fc2c16545f6bf971ced3ee6309c42271fc8.zip
www-apps/ampache: Fix error from previous commit
Undocumented variable was not set which dies in pkg_setup Bug: https://bugs.gentoo.org/688060 Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/ampache/ampache-3.8.3-r1.ebuild4
-rw-r--r--www-apps/ampache/ampache-3.8.8-r1.ebuild4
2 files changed, 6 insertions, 2 deletions
diff --git a/www-apps/ampache/ampache-3.8.3-r1.ebuild b/www-apps/ampache/ampache-3.8.3-r1.ebuild
index 73b860282f87..5466c51401ae 100644
--- a/www-apps/ampache/ampache-3.8.3-r1.ebuild
+++ b/www-apps/ampache/ampache-3.8.3-r1.ebuild
@@ -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"
diff --git a/www-apps/ampache/ampache-3.8.8-r1.ebuild b/www-apps/ampache/ampache-3.8.8-r1.ebuild
index fa32c8317312..1e494dd35081 100644
--- a/www-apps/ampache/ampache-3.8.8-r1.ebuild
+++ b/www-apps/ampache/ampache-3.8.8-r1.ebuild
@@ -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"