diff options
author | Sven Wegener <swegener@gentoo.org> | 2017-09-07 21:13:47 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2017-09-07 21:16:02 +0000 |
commit | 71ebb4a1e7fa72478adeb1f67209c144d1feded6 (patch) | |
tree | f7dfcb905327bc398c47b4c0e78fad4f5634bdcc /sys-auth | |
parent | sys-auth/google-authenticator: Re-add .la files pruning (diff) | |
download | gentoo-71ebb4a1e7fa72478adeb1f67209c144d1feded6.tar.gz gentoo-71ebb4a1e7fa72478adeb1f67209c144d1feded6.tar.bz2 gentoo-71ebb4a1e7fa72478adeb1f67209c144d1feded6.zip |
sys-auth/google-authenticator: Remove default src_compile function
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/google-authenticator/google-authenticator-1.04.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/google-authenticator/google-authenticator-9999.ebuild | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild index 3b36a977a90e..2d682decb665 100644 --- a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild @@ -35,10 +35,6 @@ src_configure() { econf --libdir="/$(get_libdir)" } -src_compile() { - default -} - src_install() { default find "${D}" -name '*.la' -delete || die diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-9999.ebuild index 3b36a977a90e..2d682decb665 100644 --- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-9999.ebuild @@ -35,10 +35,6 @@ src_configure() { econf --libdir="/$(get_libdir)" } -src_compile() { - default -} - src_install() { default find "${D}" -name '*.la' -delete || die |