Home
       tapp-misc/wendy: Fix compile target. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 82412132d9ba79acab06c8db8ca92c1bfb46ff23
   DIR parent 21991cfcc4309e40a4f443f88dba91de028ab3bc
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed, 13 May 2020 15:27:23 +0200
       
       app-misc/wendy: Fix compile target.
       
       Diffstat:
         M app-misc/wendy/wendy-9999.ebuild    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/app-misc/wendy/wendy-9999.ebuild b/app-misc/wendy/wendy-9999.ebuild
       t@@ -27,7 +27,7 @@ src_prepare() {
        }
        
        src_compile() {
       -        emake all
       +        emake wendy
        }
        
        src_install() {