diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-09-19 00:55:59 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-09-19 00:58:09 -0400 |
commit | b83dc35a2dcd3b082c15d47057baf590378d264c (patch) | |
tree | 1ec50969e34953d203320e3dfc80308cb7d28773 /media-sound/xmms2 | |
parent | games-emulation/libretro-dosbox: build with -std=gnu++11 (diff) | |
download | gentoo-b83dc35a2dcd3b082c15d47057baf590378d264c.tar.gz gentoo-b83dc35a2dcd3b082c15d47057baf590378d264c.tar.bz2 gentoo-b83dc35a2dcd3b082c15d47057baf590378d264c.zip |
media-sound/xmms2: use --notests for install as well
Or else it runs them again in install phase if enabled.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-sound/xmms2')
-rw-r--r-- | media-sound/xmms2/xmms2-0.8_p20201016.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/xmms2/xmms2-0.8_p20201016.ebuild b/media-sound/xmms2/xmms2-0.8_p20201016.ebuild index 6966575236d9..db8da4f31821 100644 --- a/media-sound/xmms2/xmms2-0.8_p20201016.ebuild +++ b/media-sound/xmms2/xmms2-0.8_p20201016.ebuild @@ -221,7 +221,7 @@ src_test() { } src_install() { - ./waf install --destdir="${D}" --without-ldconfig || die + ./waf install --destdir="${D}" --without-ldconfig --notests || die einstalldocs |