Package-Manager: portage-2.3.0
--- /dev/null
+compile fix gcc-6
+https://bugs.gentoo.org/show_bug.cgi?id=594322
+Signed-of-by: Peter Levin <plevine457@gmail.com>
+Signed-of-by: Joerg Bornkessel <hd_brummy@gentoo.org> ( 2016/Sep/29 )
+--- sudoku-0.3.5/sudoku.h.old 2016-09-25 17:47:23.689678251 -0400
++++ sudoku-0.3.5/sudoku.h 2016-09-25 17:47:29.014272651 -0400
+@@ -23,6 +23,10 @@
+
+ #include <vector>
+
++#ifdef USE_RAND
++#include <stdlib.h>
++#include <time.h>
++#endif // USE_RAND
+
+ namespace Sudoku
+ {
+@@ -32,8 +36,6 @@
+
+
+ #ifdef USE_RAND
+-#include <stdlib.h>
+-#include <time.h>
+ /** Random number 0 .. max-1 */
+ static unsigned int rand(unsigned int max)
+ {
--- /dev/null
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vdr-plugin-2
+
+VERSION="280" # every bump, new version
+
+DESCRIPTION="VDR plugin: to generate and solve Number Place puzzles, so called Sudokus"
+HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-sudoku"
+SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.6.0"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}_gcc6.patch" )
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="4"
+EAPI=6
inherit vdr-plugin-2