See http://lists.gnu.org/archive/html/bug-gnu-utils/2013-10/msg00011.html
Package-Manager: Portage-2.3.8, Repoman-2.3.3
EAPI="5"
-inherit eutils
+inherit eutils flag-o-matic
MY_P="${P/_/-}"
DESCRIPTION="Tools to deal with shar archives"
S=${WORKDIR}/${MY_P}
+src_prepare() {
+ default
+
+ # Upstream is aware but thinks this isn't a bug/problem in sharutils itself
+ # See http://lists.gnu.org/archive/html/bug-gnu-utils/2013-10/msg00011.html
+ append-cflags $(test-flags-CC -Wno-error=format-security)
+}
+
src_configure() {
strip-linguas -u po
econf $(use_enable nls)