diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-09 15:39:10 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-09 15:39:10 +0100 |
commit | e74b3949edf41c7eb78e2e94826c6c7e7ae98236 (patch) | |
tree | a06a58c28affae2621f35d039409e3bcba2f38ff /sys-apps/hwinfo/hwinfo-21.23.ebuild | |
parent | sys-apps/hwinfo: Version Bump (diff) | |
download | gentoo-e74b3949edf41c7eb78e2e94826c6c7e7ae98236.tar.gz gentoo-e74b3949edf41c7eb78e2e94826c6c7e7ae98236.tar.bz2 gentoo-e74b3949edf41c7eb78e2e94826c6c7e7ae98236.zip |
sys-apps/hwinfo: Call default_src_prepare()
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-apps/hwinfo/hwinfo-21.23.ebuild')
-rw-r--r-- | sys-apps/hwinfo/hwinfo-21.23.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/hwinfo/hwinfo-21.23.ebuild b/sys-apps/hwinfo/hwinfo-21.23.ebuild index f656fe015bf7..3805ed7882f6 100644 --- a/sys-apps/hwinfo/hwinfo-21.23.ebuild +++ b/sys-apps/hwinfo/hwinfo-21.23.ebuild @@ -39,6 +39,7 @@ src_prepare() { -e 's:-pipe -g::' \ -e 's:LDFLAGS.*=:LDFLAGS +=:' \ Makefile{,.common} || die + default } src_compile() { |