summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-13 20:59:54 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-13 20:59:54 +0000
commit344b70fa2719eeec5f7c84f59bbc3b0558fb8f66 (patch)
treee9097e8feb51a929a63659e700412c659134d921
parentReplace perl-module_src_prep with perl-module_src_configure (diff)
downloadgentoo-2-344b70fa2719eeec5f7c84f59bbc3b0558fb8f66.tar.gz
gentoo-2-344b70fa2719eeec5f7c84f59bbc3b0558fb8f66.tar.bz2
gentoo-2-344b70fa2719eeec5f7c84f59bbc3b0558fb8f66.zip
Replace perl-module_src_prep with perl-module_src_configure
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
-rw-r--r--app-pda/pilot-link/ChangeLog6
-rw-r--r--app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog
index e21cb55acaf6..530b48051010 100644
--- a/app-pda/pilot-link/ChangeLog
+++ b/app-pda/pilot-link/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/pilot-link
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.78 2014/11/19 19:46:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.79 2014/12/13 20:59:54 dilfridge Exp $
+
+ 13 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ pilot-link-0.12.5-r1.ebuild:
+ Replace perl-module_src_prep with perl-module_src_configure
19 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org>
pilot-link-0.12.5-r1.ebuild:
diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild b/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild
index 5cac25ac0ce7..ca86f86c1ddb 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild,v 1.4 2014/11/19 19:46:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild,v 1.5 2014/12/13 20:59:54 dilfridge Exp $
EAPI=5
@@ -69,7 +69,7 @@ src_compile() {
if use perl; then
cd "${S}"/bindings/Perl
- perl-module_src_prep
+ perl-module_src_configure
local mymake=( OTHERLDFLAGS="${LDFLAGS} -L../../libpisock/.libs -lpisock" ) #308629
perl-module_src_compile
fi