diff options
Diffstat (limited to 'net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild')
-rw-r--r-- | net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild index cca26b8bae3a..f92adf794bf4 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild @@ -59,7 +59,7 @@ pkg_setup() { enewuser ${PN} -1 -1 -1 ${PN} } -src_configure(){ +src_configure() { local mycmakeargs=() if use fuse; then mycmakeargs+=( "-DHAVE_FUSE_25=yes" ) |