diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-04-23 13:05:46 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-04-23 13:05:46 -0400 |
commit | 9a6ae49db366cf373a0b185bfd62bc5f2de85e00 (patch) | |
tree | 5907a5eca93bde1dc19a088aefc08bb6b992a103 /net-dialup | |
parent | sci-libs/proj: explicitly disable network tests (diff) | |
download | gentoo-9a6ae49db366cf373a0b185bfd62bc5f2de85e00.tar.gz gentoo-9a6ae49db366cf373a0b185bfd62bc5f2de85e00.tar.bz2 gentoo-9a6ae49db366cf373a0b185bfd62bc5f2de85e00.zip |
net-dialup/ppp: drop redundant src_compile function
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ppp-2.5.0.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-dialup/ppp/ppp-2.5.0.ebuild b/net-dialup/ppp/ppp-2.5.0.ebuild index dc7b51c7c782..bae82377db29 100644 --- a/net-dialup/ppp/ppp-2.5.0.ebuild +++ b/net-dialup/ppp/ppp-2.5.0.ebuild @@ -49,10 +49,6 @@ src_configure() { econf "${args[@]}" } -src_compile() { - default -} - src_install() { default |