summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-08-19 21:18:42 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-08-19 21:18:42 +0000
commit611567874d8eda36b8dad7ba7c438fbbb410ad21 (patch)
treee9183d49a2115202db388cb959f1f45ffa89895a /dev-util/indent
parentinitial commit wrt #340343 (diff)
downloadhistorical-611567874d8eda36b8dad7ba7c438fbbb410ad21.tar.gz
historical-611567874d8eda36b8dad7ba7c438fbbb410ad21.tar.bz2
historical-611567874d8eda36b8dad7ba7c438fbbb410ad21.zip
added prefix keywords
Package-Manager: portage-2.2.0_alpha121/cvs/Linux i686
Diffstat (limited to 'dev-util/indent')
-rw-r--r--dev-util/indent/ChangeLog5
-rw-r--r--dev-util/indent/indent-2.2.11-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/indent/ChangeLog b/dev-util/indent/ChangeLog
index 88ba286b57d1..1048d9b9c6f8 100644
--- a/dev-util/indent/ChangeLog
+++ b/dev-util/indent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/indent
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.64 2012/07/25 22:10:19 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.65 2012/08/19 21:14:29 ottxor Exp $
+
+ 19 Aug 2012; Christoph Junghans <ottxor@gentoo.org> indent-2.2.11-r1.ebuild:
+ added prefix keywords
25 Jul 2012; Richard Yao <ryao@gentoo.org> indent-2.2.11-r1.ebuild:
Drop ~x86-fbsd keyword due to collision between original BSD indent and its
diff --git a/dev-util/indent/indent-2.2.11-r1.ebuild b/dev-util/indent/indent-2.2.11-r1.ebuild
index d75489d93e80..58e47c9e68e6 100644
--- a/dev-util/indent/indent-2.2.11-r1.ebuild
+++ b/dev-util/indent/indent-2.2.11-r1.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/dev-util/indent/indent-2.2.11-r1.ebuild,v 1.9 2012/07/25 22:10:19 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.11-r1.ebuild,v 1.10 2012/08/19 21:14:29 ottxor Exp $
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="http://${PN}.isidore-it.eu/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="nls"
DEPEND="
@@ -55,6 +55,6 @@ src_test() {
src_install() {
# htmldir as set in configure is ignored in doc/Makefile*
- emake DESTDIR="${D}" htmldir="/usr/share/doc/${PF}/html" install
+ emake DESTDIR="${D}" htmldir="${EPREFIX}/usr/share/doc/${PF}/html" install
dodoc AUTHORS NEWS README ChangeLog ChangeLog-1990 ChangeLog-1998 ChangeLog-2001
}