commit: e4a8b4e17f458b26431563881db2a5cb8225d857
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 02:54:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 02:54:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a8b4e1
dev-python/autoprop: mark ALLARCHES
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/autoprop/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/autoprop/metadata.xml b/dev-python/autoprop/metadata.xml
index f84836a68a1..bf3801e6277 100644
--- a/dev-python/autoprop/metadata.xml
+++ b/dev-python/autoprop/metadata.xml
@@ -5,6 +5,7 @@
<email>[email protected]</email>
<name>Gentoo 3D Printer Project</name>
</maintainer>
+ <stabilize-allarches/>
<longdescription>
Properties are a feature in python that allow accessor functions (i.e.
getters and setters) to masquerade as
regular attributes. This makes it possible to provide transparent APIs
for classes that need to cache results,