summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2006-12-20 00:20:14 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2006-12-20 00:20:14 +0000
commit2c0aaf1bc71f1be4a10b8531924251ad1e2c73bf (patch)
tree17afc1803fd9b236e02e43310a2f85e7312e974f /app-crypt
parentnew ebuild from Martin Schanzenbach <mschanzenbach@gmail.com>, #126313 (diff)
downloadgentoo-2-2c0aaf1bc71f1be4a10b8531924251ad1e2c73bf.tar.gz
gentoo-2-2c0aaf1bc71f1be4a10b8531924251ad1e2c73bf.tar.bz2
gentoo-2-2c0aaf1bc71f1be4a10b8531924251ad1e2c73bf.zip
QA: LDFLAGS= -> append-ldflags.
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/aespipe/ChangeLog5
-rw-r--r--app-crypt/aespipe/aespipe-2.2a.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog
index de26fb1277f3..b85e8337f42f 100644
--- a/app-crypt/aespipe/ChangeLog
+++ b/app-crypt/aespipe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/aespipe
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.16 2006/09/22 19:23:16 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.17 2006/12/20 00:20:14 kugelfang Exp $
+
+ 20 Dec 2006; Danny van Dyk <kugelfang@gentoo.org> aespipe-2.2a.ebuild:
+ QA: LDFLAGS= -> append-ldflags.
22 Sep 2006; <ticho@gentoo.org> aespipe-2.3b.ebuild:
Stable on x86, bug #145410.
diff --git a/app-crypt/aespipe/aespipe-2.2a.ebuild b/app-crypt/aespipe/aespipe-2.2a.ebuild
index 995519166704..313c2c8b4d08 100644
--- a/app-crypt/aespipe/aespipe-2.2a.ebuild
+++ b/app-crypt/aespipe/aespipe-2.2a.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.2a.ebuild,v 1.8 2006/04/19 03:47:29 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.2a.ebuild,v 1.9 2006/12/20 00:20:14 kugelfang Exp $
+
+inherit flag-o-matic
DESCRIPTION="Encrypts data from stdin to stdout."
HOMEPAGE="http://loop-aes.sourceforge.net"
@@ -13,7 +15,7 @@ DEPEND=""
S="${WORKDIR}/${PN}-v${PV}"
src_compile() {
- use static && export LDFLAGS="-static -s"
+ use static && append-ldflags "-static -s"
econf || die