Revert "x11-drivers/xf86-input-libinput: add --disable-selective-werror"
authorMatt Turner <mattst88@gentoo.org>
Wed, 8 Aug 2018 19:13:16 +0000 (12:13 -0700)
committerMatt Turner <mattst88@gentoo.org>
Wed, 8 Aug 2018 19:24:53 +0000 (12:24 -0700)
This reverts commit 9d1ec23e9cac2d3ea525f4365579651af187dfab.

x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild
x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild

index 401446b857d9ae38962ddb484103ed445367beba..b3ca6c70ccb5fa9a849b60cc42b946095bfb1127 100644 (file)
@@ -44,13 +44,6 @@ src_prepare() {
        [[ ${PV} == 9999 ]] && eautoreconf
 }
 
-src_configure() {
-       local econfargs=(
-               --disable-selective-werror
-       )
-       econf "${econfargs[@]}"
-}
-
 src_install() {
        default
        find "${D}" -name '*.la' -delete || die
index 401446b857d9ae38962ddb484103ed445367beba..b3ca6c70ccb5fa9a849b60cc42b946095bfb1127 100644 (file)
@@ -44,13 +44,6 @@ src_prepare() {
        [[ ${PV} == 9999 ]] && eautoreconf
 }
 
-src_configure() {
-       local econfargs=(
-               --disable-selective-werror
-       )
-       econf "${econfargs[@]}"
-}
-
 src_install() {
        default
        find "${D}" -name '*.la' -delete || die