diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-07-02 22:02:01 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-07-02 22:02:01 -0700 |
commit | 91218bb24ccb876394ba00664f7d3b280db32d63 (patch) | |
tree | 7d650fc9574330d81c9499e93845e9ae622accb4 /app-misc | |
parent | media-video/mpv: style fix (diff) | |
download | gentoo-91218bb24ccb876394ba00664f7d3b280db32d63.tar.gz gentoo-91218bb24ccb876394ba00664f7d3b280db32d63.tar.bz2 gentoo-91218bb24ccb876394ba00664f7d3b280db32d63.zip |
app-misc/ddccontrol: there are no real tests from upstream
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://bugs.gentoo.org/830940
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/ddccontrol/ddccontrol-0.6.0.ebuild | 4 | ||||
-rw-r--r-- | app-misc/ddccontrol/ddccontrol-0.6.1.ebuild | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/app-misc/ddccontrol/ddccontrol-0.6.0.ebuild b/app-misc/ddccontrol/ddccontrol-0.6.0.ebuild index c784c201fd5c..5324da6ba848 100644 --- a/app-misc/ddccontrol/ddccontrol-0.6.0.ebuild +++ b/app-misc/ddccontrol/ddccontrol-0.6.0.ebuild @@ -14,6 +14,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc gtk nls +pci static-libs" +# Upstream doesn't seem to care about tests: failures for lack of translations, +# and no real test targets. +RESTRICT='test' + RDEPEND="app-misc/ddccontrol-db dev-libs/glib:2 dev-libs/libxml2:2 diff --git a/app-misc/ddccontrol/ddccontrol-0.6.1.ebuild b/app-misc/ddccontrol/ddccontrol-0.6.1.ebuild index c784c201fd5c..5324da6ba848 100644 --- a/app-misc/ddccontrol/ddccontrol-0.6.1.ebuild +++ b/app-misc/ddccontrol/ddccontrol-0.6.1.ebuild @@ -14,6 +14,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc gtk nls +pci static-libs" +# Upstream doesn't seem to care about tests: failures for lack of translations, +# and no real test targets. +RESTRICT='test' + RDEPEND="app-misc/ddccontrol-db dev-libs/glib:2 dev-libs/libxml2:2 |