summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2023-12-05 10:14:08 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2023-12-05 10:14:08 +0100
commit9be92bc71a109f9aa433713511bb51af32b815f3 (patch)
treee9adf722d6df501f1aaafd6ffb283b35757b30f7 /dev-python
parent7762b829daea0d961bddf3857564f29435a899a8 (diff)
downloadportage-9be92bc71a109f9aa433713511bb51af32b815f3.tar.gz
portage-9be92bc71a109f9aa433713511bb51af32b815f3.tar.bz2
portage-9be92bc71a109f9aa433713511bb51af32b815f3.zip
dev-python/django-auditlog Add RESTRICT
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-auditlog/Manifest2
-rw-r--r--dev-python/django-auditlog/django-auditlog-2.3.0.ebuild1
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/django-auditlog/Manifest b/dev-python/django-auditlog/Manifest
index 630cdb3..822ba9d 100644
--- a/dev-python/django-auditlog/Manifest
+++ b/dev-python/django-auditlog/Manifest
@@ -1,3 +1,3 @@
DIST django-auditlog-2.3.0.gh.tar.gz 47920 BLAKE2B b3f883ea2f277414b66b99fe5b5da3c16739120d0e0897ebfa2c6c716678db0653b5403069cb055d670bfcb6e810643e3e1785de2a5986dec20233b08fab58e6 SHA512 0185ef32bf595ffb1c2f5a001a4aba67c5cdf9af117d83adb58d346ab017624ed1d9d3b9e1c4f56a76d6e06b6119088ca29b0abc881714bfd6cb622da415f05a
-EBUILD django-auditlog-2.3.0.ebuild 1303 BLAKE2B eff6c66d9dd958a38d970fe716671c41f9fc7b4334445c8d3e7244e92aca6a937823783cf899be0d2188e7e75b184ef8e0c662e649476b5a1b95a99d1ae9dba4 SHA512 6db89f36769cd1e38153b1475ab2feb2b98f951f6921c3a8c8246c1de7f4fca2bfbf333eadd3d06183c70d4913dc8d8b6ad4480c3088ddef7720b252486e5213
+EBUILD django-auditlog-2.3.0.ebuild 1330 BLAKE2B abcdae31eaad0defd1e3491429566bd60b6dd1c0a7d77be006084e58b842b41db1cf97cf552193f563429df350a5329f99587da275c79ef8e34f773c1933b2c1 SHA512 8cd50f5d139ebe28740087a77eb59a43cb4da3fd6e91df02505218a9de1dd5785eb5740b2a6e767673ecfefc2029d3178079e6985d80b1c80ded61ee3cbd4cf3
MISC metadata.xml 470 BLAKE2B d6ad94843286b28950e759ffa62fec40042ceb08d00cf3a9cb90f3056c330f5e1a7a31d01aff111dcc5149f8410bc145c2a56e170867ff9f5b878881fc8821ad SHA512 7f70d6df09e358e7ae71dbeb1726b1587e756864c1ff357187642539ec75f18412f7c1664425f62c830d14915776779f0e5c18fa4cd16e042651e399f681a57f
diff --git a/dev-python/django-auditlog/django-auditlog-2.3.0.ebuild b/dev-python/django-auditlog/django-auditlog-2.3.0.ebuild
index 642b5ce..2014dc9 100644
--- a/dev-python/django-auditlog/django-auditlog-2.3.0.ebuild
+++ b/dev-python/django-auditlog/django-auditlog-2.3.0.ebuild
@@ -16,6 +16,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"