move "repository" variable from environment/setup to environment/setup-subpkg
This commit is contained in:
parent
59cc3e0d45
commit
bf9ea156d8
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
## VARIABLES
|
||||
unset -v noarch conf_files mutable_files preserve triggers
|
||||
unset -v depends run_depends replaces provides conflicts tags
|
||||
unset -v depends run_depends replaces provides conflicts tags repository
|
||||
|
||||
# hooks/post-install/03-strip-and-debug-pkgs
|
||||
unset -v nostrip nostrip_files shlib_requires
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
## VARIABLES
|
||||
unset -v pkgname version revision short_desc homepage license maintainer
|
||||
unset -v only_for_archs distfiles checksum build_style repository nocross broken
|
||||
unset -v only_for_archs distfiles checksum build_style nocross broken
|
||||
unset -v configure_script configure_args wrksrc build_wrksrc create_wrksrc
|
||||
unset -v make_cmd make_build_args make_install_args make_build_target make_install_target python_versions
|
||||
unset -v patch_args disable_parallel_build keep_libtool_archives
|
||||
|
|
Loading…
Reference in a new issue