diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-02 01:41:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-02 01:41:23 +0000 |
| commit | 0ba494e523ba757577f257de56cd501702f4b626 (patch) | |
| tree | a2bede3390ef4d36417af254fb0410623855831b /dev-python/mpdlcd | |
| parent | 48a7d649a087018af97ab85637b920975df35e1c (diff) | |
| download | baldeagleos-repo-0ba494e523ba757577f257de56cd501702f4b626.tar.gz baldeagleos-repo-0ba494e523ba757577f257de56cd501702f4b626.tar.xz baldeagleos-repo-0ba494e523ba757577f257de56cd501702f4b626.zip | |
Adding metadata
Diffstat (limited to 'dev-python/mpdlcd')
| -rw-r--r-- | dev-python/mpdlcd/mpdlcd-0.5.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/mpdlcd/mpdlcd-0.5.2.ebuild b/dev-python/mpdlcd/mpdlcd-0.5.2.ebuild index e95a56206168..5606e6f53a75 100644 --- a/dev-python/mpdlcd/mpdlcd-0.5.2.ebuild +++ b/dev-python/mpdlcd/mpdlcd-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,6 +10,7 @@ inherit distutils-r1 DESCRIPTION="A small tool to display the MPD status on a LCDproc server." HOMEPAGE="https://github.com/rbarrois/mpdlcd" SRC_URI="https://github.com/rbarrois/${PN}/archive/${P}.tar.gz" +S="${WORKDIR}/${PN}-${P}" LICENSE="BSD" SLOT="0" @@ -17,8 +18,6 @@ KEYWORDS="amd64 x86" RDEPEND="dev-python/python-mpd" -S="${WORKDIR}/${PN}-${P}" - distutils_enable_tests pytest python_install_all() { |
