summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-15 02:54:44 +0000
committerSam James <sam@gentoo.org>2021-03-15 02:54:44 +0000
commite4a8b4e17f458b26431563881db2a5cb8225d857 (patch)
treee15a4a5aa3e21e4a70c5242ceb3fa57028f88f1d /dev-python/autoprop/metadata.xml
parentdev-python/authres: mark ALLARCHES (diff)
downloadgentoo-e4a8b4e17f458b26431563881db2a5cb8225d857.tar.gz
gentoo-e4a8b4e17f458b26431563881db2a5cb8225d857.tar.bz2
gentoo-e4a8b4e17f458b26431563881db2a5cb8225d857.zip
dev-python/autoprop: mark ALLARCHES
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/autoprop/metadata.xml')
-rw-r--r--dev-python/autoprop/metadata.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/autoprop/metadata.xml b/dev-python/autoprop/metadata.xml
index f84836a68a1c..bf3801e62778 100644
--- a/dev-python/autoprop/metadata.xml
+++ b/dev-python/autoprop/metadata.xml
@@ -5,6 +5,7 @@
<email>3dprint@gentoo.org</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,