diff options
author | 2014-01-11 19:24:51 +0000 | |
---|---|---|
committer | 2014-01-11 19:24:51 +0000 | |
commit | 2a9dd5a2b92a5b975d0233bab1ef5a71158c027b (patch) | |
tree | cf426de051da6065fdbe778beef56fc3fa315180 /app-backup | |
parent | Bug #484980: Build fix for USE=minimal. (diff) | |
download | gentoo-2-2a9dd5a2b92a5b975d0233bab1ef5a71158c027b.tar.gz gentoo-2-2a9dd5a2b92a5b975d0233bab1ef5a71158c027b.tar.bz2 gentoo-2-2a9dd5a2b92a5b975d0233bab1ef5a71158c027b.zip |
Bug #483120: Respect AR
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/amanda/ChangeLog | 6 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.3.3-r1.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/app-backup/amanda/ChangeLog b/app-backup/amanda/ChangeLog index 3f1410c82d18..8ac688d6f6da 100644 --- a/app-backup/amanda/ChangeLog +++ b/app-backup/amanda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-backup/amanda # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.109 2014/01/11 18:57:15 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.110 2014/01/11 19:24:51 robbat2 Exp $ + + 11 Jan 2014; Robin H. Johnson <robbat2@gentoo.org> amanda-3.3.3-r1.ebuild, + amanda-3.3.3.ebuild: + Bug #483120: Respect AR 11 Jan 2014; Robin H. Johnson <robbat2@gentoo.org> amanda-3.3.3-r1.ebuild, amanda-3.3.3.ebuild: diff --git a/app-backup/amanda/amanda-3.3.3-r1.ebuild b/app-backup/amanda/amanda-3.3.3-r1.ebuild index 1888c7785462..2e76573b0a60 100644 --- a/app-backup/amanda/amanda-3.3.3-r1.ebuild +++ b/app-backup/amanda/amanda-3.3.3-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-backup/amanda/amanda-3.3.3-r1.ebuild,v 1.5 2014/01/11 18:57:15 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild,v 1.6 2014/01/11 19:24:51 robbat2 Exp $ EAPI=5 inherit autotools eutils perl-module user systemd @@ -284,6 +284,9 @@ src_configure() { # build manpages myconf="${myconf} --enable-manpage-build" + # bug #483120 + tc-export AR + econf \ $(use_with readline) \ ${myconf} |