diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-10-30 08:43:27 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-10-30 08:43:27 +0000 |
commit | a288185bda37feef99d74071eafbe3e03770e24e (patch) | |
tree | 434e91b6292702cc4ccc1dc919438f2abd4bc619 /net-dialup/minicom | |
parent | Version bump. (diff) | |
download | gentoo-2-a288185bda37feef99d74071eafbe3e03770e24e.tar.gz gentoo-2-a288185bda37feef99d74071eafbe3e03770e24e.tar.bz2 gentoo-2-a288185bda37feef99d74071eafbe3e03770e24e.zip |
Revision bump: respect AR, wrt bug #489734, thanks to Mikle Kolyada for discovering this issue. Drop old revision
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup/minicom')
-rw-r--r-- | net-dialup/minicom/ChangeLog | 9 | ||||
-rw-r--r-- | net-dialup/minicom/minicom-2.6.2-r1.ebuild (renamed from net-dialup/minicom/minicom-2.6.2.ebuild) | 8 |
2 files changed, 14 insertions, 3 deletions
diff --git a/net-dialup/minicom/ChangeLog b/net-dialup/minicom/ChangeLog index d245b4715d8c..3e0de741acfd 100644 --- a/net-dialup/minicom/ChangeLog +++ b/net-dialup/minicom/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-dialup/minicom # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.100 2013/04/06 23:53:35 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.101 2013/10/30 08:43:27 pinkbyte Exp $ + +*minicom-2.6.2-r1 (30 Oct 2013) + + 30 Oct 2013; Sergey Popov <pinkbyte@gentoo.org> -minicom-2.6.2.ebuild, + +minicom-2.6.2-r1.ebuild: + Revision bump: respect AR, wrt bug #489734, thanks to Mikle Kolyada for + discovering this issue. Drop old revision *minicom-2.6.2 (06 Apr 2013) diff --git a/net-dialup/minicom/minicom-2.6.2.ebuild b/net-dialup/minicom/minicom-2.6.2-r1.ebuild index 792a9315b646..11671fc9d923 100644 --- a/net-dialup/minicom/minicom-2.6.2.ebuild +++ b/net-dialup/minicom/minicom-2.6.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.6.2.ebuild,v 1.1 2013/04/06 23:53:35 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.6.2-r1.ebuild,v 1.1 2013/10/30 08:43:27 pinkbyte Exp $ EAPI=5 -inherit eutils +inherit eutils toolchain-funcs STUPID_NUM="3869" @@ -40,6 +40,10 @@ src_configure() { $(use_enable nls) } +src_compile() { + emake AR="$(tc-getAR)" +} + src_install() { default insinto /etc/minicom |