diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-15 15:16:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-15 15:16:48 +0000 |
commit | 471193bcd00638bf4027b51781924c966cb58281 (patch) | |
tree | 7e0c3d633e636d974af61114142b6f66ec885a76 /mail-client/hap | |
parent | Remove old. (diff) | |
download | gentoo-2-471193bcd00638bf4027b51781924c966cb58281.tar.gz gentoo-2-471193bcd00638bf4027b51781924c966cb58281.tar.bz2 gentoo-2-471193bcd00638bf4027b51781924c966cb58281.zip |
Add ~amd64, wrt bug #443416
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'mail-client/hap')
-rw-r--r-- | mail-client/hap/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/hap/hap-3.7-r1.ebuild | 16 |
2 files changed, 12 insertions, 10 deletions
diff --git a/mail-client/hap/ChangeLog b/mail-client/hap/ChangeLog index 278bff109d04..9520e5cd5733 100644 --- a/mail-client/hap/ChangeLog +++ b/mail-client/hap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/hap # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/hap/ChangeLog,v 1.13 2012/04/25 16:26:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/hap/ChangeLog,v 1.14 2012/11/15 15:16:48 ago Exp $ + + 15 Nov 2012; Agostino Sarubbo <ago@gentoo.org> hap-3.7-r1.ebuild: + Add ~amd64, wrt bug #443416 25 Apr 2012; Justin Lecher <jlec@gentoo.org> hap-3.7-r1.ebuild: Drop unnessecary die @@ -47,4 +50,3 @@ +hap-3.7.ebuild: Initial version. Closes #59158, ebuild submitted by Martin Bays <gentoo_bugz@zugzwang.port5.com>. - diff --git a/mail-client/hap/hap-3.7-r1.ebuild b/mail-client/hap/hap-3.7-r1.ebuild index 527fa491931f..ada6c1460e84 100644 --- a/mail-client/hap/hap-3.7-r1.ebuild +++ b/mail-client/hap/hap-3.7-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/hap/hap-3.7-r1.ebuild,v 1.6 2012/04/25 16:26:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/hap/hap-3.7-r1.ebuild,v 1.7 2012/11/15 15:16:48 ago Exp $ -EAPI=2 +EAPI=4 inherit autotools @@ -15,25 +15,25 @@ RDEPEND="${DEPEND}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ppc x86" +KEYWORDS="alpha ~amd64 ppc x86" IUSE="" S="${WORKDIR}/${PN}" src_prepare() { # Fix configure to use ncurses instead of termcap (bug #103105) - sed -i -e '/AC_CHECK_LIB/s~termcap~ncurses~' configure.in + sed -i -e '/AC_CHECK_LIB/s~termcap~ncurses~' configure.in || die # Fix Makefile.in to use our CFLAGS and LDFLAGS sed -i -e "s/^CFLAGS=-O/CFLAGS=${CFLAGS}/" \ - -e "s/^LDFLAGS=.*/LDFLAGS=${LDFLAGS}/" Makefile.in + -e "s/^LDFLAGS=.*/LDFLAGS=${LDFLAGS}/" Makefile.in || die # Rebuild the compilation framework eautoreconf } src_install() { - dobin hap || die - doman hap.1 || die - dodoc README HISTORY || die + dobin hap + doman hap.1 + dodoc README HISTORY } |