summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2012-11-02 08:06:32 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2012-11-02 08:06:32 +0000
commit98ed0adf29aa6003b17688ebcd2fcc17756e19a6 (patch)
treead9e300e57bf2d63138909f73c52ddf43d178fe8 /media-radio
parentUpdate mask for app-editors/emacs-vcs live ebuilds. (diff)
downloadgentoo-2-98ed0adf29aa6003b17688ebcd2fcc17756e19a6.tar.gz
gentoo-2-98ed0adf29aa6003b17688ebcd2fcc17756e19a6.tar.bz2
gentoo-2-98ed0adf29aa6003b17688ebcd2fcc17756e19a6.zip
Fix QA warning
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 762053D5)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/tlf/ChangeLog6
-rw-r--r--media-radio/tlf/tlf-1.1.2.ebuild4
-rw-r--r--media-radio/tlf/tlf-1.1.3.ebuild4
-rw-r--r--media-radio/tlf/tlf-1.1.4.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/media-radio/tlf/ChangeLog b/media-radio/tlf/ChangeLog
index 6034c7a63edd..65b1627dfe55 100644
--- a/media-radio/tlf/ChangeLog
+++ b/media-radio/tlf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-radio/tlf
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.39 2012/10/30 05:55:20 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.40 2012/11/02 08:06:32 tomjbe Exp $
+
+ 02 Nov 2012; Thomas Beierlein <tomjbe@gentoo.org> tlf-1.1.2.ebuild,
+ tlf-1.1.3.ebuild, tlf-1.1.4.ebuild:
+ Fix QA warning
*tlf-1.1.4 (30 Oct 2012)
diff --git a/media-radio/tlf/tlf-1.1.2.ebuild b/media-radio/tlf/tlf-1.1.2.ebuild
index 3d971c3faace..fdd5f280dfa0 100644
--- a/media-radio/tlf/tlf-1.1.2.ebuild
+++ b/media-radio/tlf/tlf-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.2.ebuild,v 1.3 2012/06/25 07:36:26 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.2.ebuild,v 1.4 2012/11/02 08:06:32 tomjbe Exp $
EAPI="4"
@@ -23,6 +23,6 @@ DEPEND="${RDEPEND}
sys-apps/gawk"
src_configure() {
- append-flags -L/usr/$(get_libdir)/hamlib
+ append-ldflags -L/usr/$(get_libdir)/hamlib
econf --docdir=/usr/share/doc/${PF} --enable-hamlib
}
diff --git a/media-radio/tlf/tlf-1.1.3.ebuild b/media-radio/tlf/tlf-1.1.3.ebuild
index a1c6dc484d72..c38c623f96fe 100644
--- a/media-radio/tlf/tlf-1.1.3.ebuild
+++ b/media-radio/tlf/tlf-1.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.3.ebuild,v 1.1 2012/08/26 06:10:46 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.3.ebuild,v 1.2 2012/11/02 08:06:32 tomjbe Exp $
EAPI="4"
@@ -23,6 +23,6 @@ DEPEND="${RDEPEND}
sys-apps/gawk"
src_configure() {
- append-flags -L/usr/$(get_libdir)/hamlib
+ append-ldflags -L/usr/$(get_libdir)/hamlib
econf --docdir=/usr/share/doc/${PF} --enable-hamlib
}
diff --git a/media-radio/tlf/tlf-1.1.4.ebuild b/media-radio/tlf/tlf-1.1.4.ebuild
index d550520c9755..c17486734a00 100644
--- a/media-radio/tlf/tlf-1.1.4.ebuild
+++ b/media-radio/tlf/tlf-1.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.4.ebuild,v 1.1 2012/10/30 05:55:20 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.4.ebuild,v 1.2 2012/11/02 08:06:32 tomjbe Exp $
EAPI="4"
@@ -23,6 +23,6 @@ DEPEND="${RDEPEND}
sys-apps/gawk"
src_configure() {
- append-flags -L/usr/$(get_libdir)/hamlib
+ append-ldflags -L/usr/$(get_libdir)/hamlib
econf --docdir=/usr/share/doc/${PF} --enable-hamlib
}