dev-db/ocp: Remove no-as-needed flag after upstream fix in -9999
authorMax Satula <maksym.satula@gmail.com>
Thu, 31 Aug 2017 01:52:49 +0000 (21:52 -0400)
committerMichał Górny <mgorny@gentoo.org>
Sun, 3 Sep 2017 08:46:09 +0000 (10:46 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5565
Package-Manager: Portage-2.3.2, Repoman-2.3.3

dev-db/ocp/ocp-9999.ebuild

index 3745af1f5a87129095dbf66f0ee7c8d5e4d2fad1..baab9a6071ecab8d7e913a99af07c5d4fcc46665 100644 (file)
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-inherit flag-o-matic
-
 DESCRIPTION="Oracle copy tool"
 HOMEPAGE="https://github.com/maxsatula/ocp"
 
@@ -34,8 +32,3 @@ src_prepare() {
                eautoreconf
        fi
 }
-
-src_configure() {
-       append-ldflags $(no-as-needed)
-       default
-}