diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:04 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:04 +0100 |
commit | 72d8df1d59abd5fcdabd069d3719d6e8366539ca (patch) | |
tree | 3365960bec057bfc8e352f4801fd5a9be50e6779 /media-sound/lilypond | |
parent | media-sound/cmus: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-72d8df1d59abd5fcdabd069d3719d6e8366539ca.tar.gz gentoo-72d8df1d59abd5fcdabd069d3719d6e8366539ca.tar.bz2 gentoo-72d8df1d59abd5fcdabd069d3719d6e8366539ca.zip |
media-sound/lilypond: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/lilypond-2.18.2-r3.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.19.83.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-9999.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild b/media-sound/lilypond/lilypond-2.18.2-r3.ebuild index b983bd993895..3b4e393116a6 100644 --- a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild +++ b/media-sound/lilypond/lilypond-2.18.2-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit elisp-common autotools python-single-r1 xdg-utils +inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils DESCRIPTION="GNU Music Typesetter" SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz" diff --git a/media-sound/lilypond/lilypond-2.19.83.ebuild b/media-sound/lilypond/lilypond-2.19.83.ebuild index 4f98510dccee..5ce7a0932403 100644 --- a/media-sound/lilypond/lilypond-2.19.83.ebuild +++ b/media-sound/lilypond/lilypond-2.19.83.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) [[ "${PV}" = "9999" ]] && inherit git-r3 -inherit elisp-common autotools python-single-r1 xdg-utils +inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils if [[ "${PV}" = "9999" ]]; then EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git" diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index ccdde5e349ab..8cf9f39887d3 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) [[ "${PV}" = "9999" ]] && inherit git-r3 -inherit elisp-common autotools python-single-r1 xdg-utils +inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils if [[ "${PV}" = "9999" ]]; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/lilypond.git" |