diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-12 09:37:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-12 09:37:06 +0000 |
| commit | 3d8bd01b0127a0a6b488b28e2a68b44942a971f4 (patch) | |
| tree | 8b3f85c34a5feda2d7580895e0354ff47a6f22bc /dev-lang/python-exec/python-exec-2.4.6-r2.ebuild | |
| parent | cc1b875a8bb69a1b1b069d93abd8a49793ef7bf2 (diff) | |
| download | baldeagleos-repo-3d8bd01b0127a0a6b488b28e2a68b44942a971f4.tar.gz baldeagleos-repo-3d8bd01b0127a0a6b488b28e2a68b44942a971f4.tar.xz baldeagleos-repo-3d8bd01b0127a0a6b488b28e2a68b44942a971f4.zip | |
Updating liguros repo
Diffstat (limited to 'dev-lang/python-exec/python-exec-2.4.6-r2.ebuild')
| -rw-r--r-- | dev-lang/python-exec/python-exec-2.4.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python-exec/python-exec-2.4.6-r2.ebuild b/dev-lang/python-exec/python-exec-2.4.6-r2.ebuild index 9bd729c8519e..3a975edc8d59 100644 --- a/dev-lang/python-exec/python-exec-2.4.6-r2.ebuild +++ b/dev-lang/python-exec/python-exec-2.4.6-r2.ebuild @@ -21,7 +21,7 @@ src_configure() { local pyimpls=() i EPYTHON for i in "${_PYTHON_ALL_IMPLS[@]}"; do if use "python_targets_${i}"; then - python_export "${i}" EPYTHON + _python_export "${i}" EPYTHON pyimpls+=( "${EPYTHON}" ) fi done |
