diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-25 17:44:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-25 17:44:03 +0000 |
commit | 9884fa231a19b8291394ff50b75a5ec4590d2cf2 (patch) | |
tree | fb24e3bfad5e5ebf2799d6ce2ebb9cb2f23065fd /app-text/htmlinc | |
parent | Add ~amd64 (diff) | |
download | gentoo-2-9884fa231a19b8291394ff50b75a5ec4590d2cf2.tar.gz gentoo-2-9884fa231a19b8291394ff50b75a5ec4590d2cf2.tar.bz2 gentoo-2-9884fa231a19b8291394ff50b75a5ec4590d2cf2.zip |
Add ~amd64
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/htmlinc')
-rw-r--r-- | app-text/htmlinc/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/app-text/htmlinc/ChangeLog b/app-text/htmlinc/ChangeLog index bcff3dbbff74..59daded7dcba 100644 --- a/app-text/htmlinc/ChangeLog +++ b/app-text/htmlinc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/htmlinc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/ChangeLog,v 1.19 2010/09/17 04:08:48 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/ChangeLog,v 1.20 2012/11/25 17:44:03 ago Exp $ + + 25 Nov 2012; Agostino Sarubbo <ago@gentoo.org> htmlinc-1.0_beta1-r2.ebuild: + Add ~amd64 *htmlinc-1.0_beta1-r2 (17 Sep 2010) diff --git a/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild index a50b294a8978..3a088fea5c23 100644 --- a/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild +++ b/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild,v 1.1 2010/09/17 04:08:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild,v 1.2 2012/11/25 17:44:03 ago Exp $ -EAPI="2" +EAPI=5 inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://meybohm.de/files/${PN}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos" IUSE="" S=${WORKDIR}/htmlinc @@ -26,10 +26,10 @@ src_prepare() { src_compile() { # This is C++ not C source - emake CC=$(tc-getCXX) \ + emake \ + CC=$(tc-getCXX) \ CFLAGS="${CXXFLAGS} -Wall" \ - LDFLAGS="${LDFLAGS}" \ - || die + LDFLAGS="${LDFLAGS}" } src_install() { |