summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2012-06-06 06:36:50 +0000
committerRichard Yao <ryao@gentoo.org>2012-06-06 06:36:50 +0000
commit1f5d412475939c5edace5d41328c792121a4d9dd (patch)
treee5ef55096faee27bed3e3a20e3d5e045d76ebbd5 /app-editors/hteditor
parentmarked x86 per bug 419777 (diff)
downloadgentoo-2-1f5d412475939c5edace5d41328c792121a4d9dd.tar.gz
gentoo-2-1f5d412475939c5edace5d41328c792121a4d9dd.tar.bz2
gentoo-2-1f5d412475939c5edace5d41328c792121a4d9dd.zip
Add ~amd64-fbsd keyword; fix ~amd64-fbsd build failure
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/hteditor')
-rw-r--r--app-editors/hteditor/ChangeLog5
-rw-r--r--app-editors/hteditor/hteditor-2.0.20.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/hteditor/ChangeLog b/app-editors/hteditor/ChangeLog
index d9d188d269e7..e686006fca5f 100644
--- a/app-editors/hteditor/ChangeLog
+++ b/app-editors/hteditor/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/hteditor
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.49 2012/03/24 11:54:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.50 2012/06/06 06:36:50 ryao Exp $
+
+ 06 Jun 2012; Richard Yao <ryao@gentoo.org> hteditor-2.0.20.ebuild:
+ Add ~amd64-fbsd keyword; fix ~amd64-fbsd build failure
*hteditor-2.0.20 (24 Mar 2012)
diff --git a/app-editors/hteditor/hteditor-2.0.20.ebuild b/app-editors/hteditor/hteditor-2.0.20.ebuild
index ecce7db31ef7..00719e8976c0 100644
--- a/app-editors/hteditor/hteditor-2.0.20.ebuild
+++ b/app-editors/hteditor/hteditor-2.0.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.20.ebuild,v 1.1 2012/03/24 11:54:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.20.ebuild,v 1.2 2012/06/06 06:36:50 ryao Exp $
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/hte/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="X"
RDEPEND="sys-libs/ncurses
@@ -37,6 +37,7 @@ src_configure() {
}
src_install() {
+ chmod u+x "${S}/install-sh"
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog KNOWNBUGS README TODO
dohtml doc/*.html