diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-23 10:33:30 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-07-27 16:11:57 +0200 |
commit | 50ced6592b3135de393a0ee60b291df22ed4c5f1 (patch) | |
tree | dd6aa990d3e111e3e88e26e65d5da07e48d24794 /eclass/golang-vcs.eclass | |
parent | dev-qt/qtwidgets: Drop 5.12.4-r1 (diff) | |
download | gentoo-50ced6592b3135de393a0ee60b291df22ed4c5f1.tar.gz gentoo-50ced6592b3135de393a0ee60b291df22ed4c5f1.tar.bz2 gentoo-50ced6592b3135de393a0ee60b291df22ed4c5f1.zip |
eclass: Add "live" to PROPERTIES in all live eclasses.
Bug: https://bugs.gentoo.org/233589
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/golang-vcs.eclass')
-rw-r--r-- | eclass/golang-vcs.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/golang-vcs.eclass b/eclass/golang-vcs.eclass index 561d1a0c4da1..fb57a1e84ac4 100644 --- a/eclass/golang-vcs.eclass +++ b/eclass/golang-vcs.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: golang-vcs.eclass @@ -26,6 +26,8 @@ if [[ -z ${_GOLANG_VCS} ]]; then _GOLANG_VCS=1 +PROPERTIES+=" live" + # @ECLASS-VARIABLE: EGO_PN # @REQUIRED # @DESCRIPTION: |