diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-13 05:27:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-13 05:27:37 +0100 |
commit | dc75a52d778adc75e0c6d12dfababff1379b2277 (patch) | |
tree | a78050cf54f0d665605c7621fc55a3405a0739ae /dev-python/editorconfig | |
parent | Move dev-python/{editorconfig-core-py → editorconfig} (diff) | |
download | gentoo-dc75a52d778adc75e0c6d12dfababff1379b2277.tar.gz gentoo-dc75a52d778adc75e0c6d12dfababff1379b2277.tar.bz2 gentoo-dc75a52d778adc75e0c6d12dfababff1379b2277.zip |
dev-python/editorconfig: Fix S
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/editorconfig')
-rw-r--r-- | dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild b/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild index df3872e19dc0..50fae255ae99 100644 --- a/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild +++ b/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild @@ -18,6 +18,7 @@ SRC_URI=" -> editorconfig-core-test-${TESTVER}.tar.gz ) " +S=${WORKDIR}/${MY_P} LICENSE="PYTHON BSD-4" SLOT="0" |