diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-27 12:49:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-28 01:04:43 +0100 |
commit | b3c0f7449fb90f3cee8cafad6e32f8a008f79e0c (patch) | |
tree | 92a85d02187840ff6d149d12ad76d09ba9166284 /app-emacs | |
parent | app-emacs/emms: Add media-libs/taglib:= slot op, ABI break imminent (diff) | |
download | gentoo-b3c0f7449fb90f3cee8cafad6e32f8a008f79e0c.tar.gz gentoo-b3c0f7449fb90f3cee8cafad6e32f8a008f79e0c.tar.bz2 gentoo-b3c0f7449fb90f3cee8cafad6e32f8a008f79e0c.zip |
app-emacs/emms: Fix DEPEND, cleanup superfluous empty lines
Fixes typo introduced in c9138c8110850e449b05a024848944b3c00d
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emms/emms-20.1.ebuild | 10 | ||||
-rw-r--r-- | app-emacs/emms/emms-20.2-r1.ebuild | 10 |
2 files changed, 4 insertions, 16 deletions
diff --git a/app-emacs/emms/emms-20.1.ebuild b/app-emacs/emms/emms-20.1.ebuild index 0c86092099fd..42c754b8235a 100644 --- a/app-emacs/emms/emms-20.1.ebuild +++ b/app-emacs/emms/emms-20.1.ebuild @@ -11,23 +11,17 @@ HOMEPAGE="https://www.gnu.org/software/emms/ if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://git.savannah.gnu.org/git/emms.git" else SRC_URI="https://git.savannah.gnu.org/cgit/emms.git/snapshot/${P}.tar.gz" - KEYWORDS="~amd64 ~ppc ~sparc ~x86" fi LICENSE="GPL-3+ FDL-1.1+" SLOT="0" -RDEPEND=" - media-libs/taglib -" -BDEPEND=" - ${RDEPEND} -" +RDEPEND="media-libs/taglib" +DEPEND="${RDEPEND}" # EMMS can use almost anything for playing media files therefore the dependency # possibilities are so broad that we refrain from setting anything explicitly diff --git a/app-emacs/emms/emms-20.2-r1.ebuild b/app-emacs/emms/emms-20.2-r1.ebuild index d489bc5b80d6..5eaa3f1a2cf5 100644 --- a/app-emacs/emms/emms-20.2-r1.ebuild +++ b/app-emacs/emms/emms-20.2-r1.ebuild @@ -11,23 +11,17 @@ HOMEPAGE="https://www.gnu.org/software/emms/ if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://git.savannah.gnu.org/git/emms.git" else SRC_URI="https://git.savannah.gnu.org/cgit/emms.git/snapshot/${P}.tar.gz" - KEYWORDS="~amd64 ~ppc ~sparc ~x86" fi LICENSE="GPL-3+ FDL-1.1+" SLOT="0" -RDEPEND=" - media-libs/taglib:= -" -BDEPEND=" - ${RDEPEND} -" +RDEPEND="media-libs/taglib:=" +DEPEND="${RDEPEND}" # EMMS can use almost anything for playing media files therefore the dependency # possibilities are so broad that we refrain from setting anything explicitly |