From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37E53138350 for ; Sat, 4 Apr 2020 21:38:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C3F3E0CE2; Sat, 4 Apr 2020 21:38:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41895E0CE2 for ; Sat, 4 Apr 2020 21:38:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D87834EF52 for ; Sat, 4 Apr 2020 21:38:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1231E9D for ; Sat, 4 Apr 2020 21:38:51 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1586036227.07b63fc2c16545f6bf971ced3ee6309c42271fc8.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/ampache/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/ampache/ampache-3.8.3-r1.ebuild www-apps/ampache/ampache-3.8.8-r1.ebuild X-VCS-Directories: www-apps/ampache/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 07b63fc2c16545f6bf971ced3ee6309c42271fc8 X-VCS-Branch: master Date: Sat, 4 Apr 2020 21:38:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: abbe8756-bc5a-4b5d-aea0-e460b789cf7b X-Archives-Hash: b104351ae2cc5c060636fbe8005cd3b2 commit: 07b63fc2c16545f6bf971ced3ee6309c42271fc8 Author: Brian Evans gentoo org> AuthorDate: Sat Apr 4 21:37:07 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Sat Apr 4 21:37:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b63fc2 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 gentoo.org> www-apps/ampache/ampache-3.8.3-r1.ebuild | 4 +++- www-apps/ampache/ampache-3.8.8-r1.ebuild | 4 +++- 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 73b860282f8..5466c51401a 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 fa32c831731..1e494dd3508 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"