diff options
author | Brian Evans <grknight@gentoo.org> | 2020-03-31 08:46:36 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-03-31 08:46:36 -0400 |
commit | 88e99f6b885843f21b074a5bfc26109e51728f0f (patch) | |
tree | 92147f925d2a1b6fd2f3dfefccc699e948b13428 /www-apps | |
parent | net-misc/r8168: x86 stable wrt bug #711176 (diff) | |
download | gentoo-88e99f6b885843f21b074a5bfc26109e51728f0f.tar.gz gentoo-88e99f6b885843f21b074a5bfc26109e51728f0f.tar.bz2 gentoo-88e99f6b885843f21b074a5bfc26109e51728f0f.zip |
www-apps/ampache: Fix PHP dependencies in revbump
Maintainer timeout - Dependency changed without any code change
webapp keeping same SLOT as a result
Closes: 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.ebuild (renamed from www-apps/ampache/ampache-3.8.3.ebuild) | 5 | ||||
-rw-r--r-- | www-apps/ampache/ampache-3.8.8-r1.ebuild (renamed from www-apps/ampache/ampache-3.8.8.ebuild) | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www-apps/ampache/ampache-3.8.3.ebuild b/www-apps/ampache/ampache-3.8.3-r1.ebuild index 346eeb744af8..73b860282f87 100644 --- a/www-apps/ampache/ampache-3.8.3.ebuild +++ b/www-apps/ampache/ampache-3.8.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,11 +9,12 @@ 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" +SLOT="${PV}" LICENSE="GPL-2" KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="aac flac mp3 ogg transcode" -RDEPEND="dev-lang/php[gd,hash,iconv,mysql,pdo,session,unicode,xml,zlib] +RDEPEND="dev-lang/php[gd,hash(+),iconv,mysql,pdo,session,unicode,xml,zlib] transcode? ( media-sound/lame aac? ( || ( media-libs/faad2 media-sound/alac_decoder ) ) flac? ( media-libs/flac ) diff --git a/www-apps/ampache/ampache-3.8.8.ebuild b/www-apps/ampache/ampache-3.8.8-r1.ebuild index 448fc8754f3e..fa32c8317312 100644 --- a/www-apps/ampache/ampache-3.8.8.ebuild +++ b/www-apps/ampache/ampache-3.8.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,11 +9,12 @@ 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" +SLOT="${PV}" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="aac flac mp3 ogg transcode" -RDEPEND="dev-lang/php[gd,hash,iconv,mysql,pdo,session,unicode,xml,zlib] +RDEPEND="dev-lang/php[gd,hash(+),iconv,mysql,pdo,session,unicode,xml,zlib] transcode? ( media-sound/lame aac? ( || ( media-libs/faad2 media-sound/alac_decoder ) ) flac? ( media-libs/flac ) |