summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-28 07:37:58 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-28 07:37:58 +0000
commitc0f78b1cce286c20f4ab1201e622412b076814cc (patch)
treeb9dbd3dd6fd89f5fb02046212071ce60b27c327e /dev-libs/libgpg-error
parentarm/sh stable (diff)
downloadhistorical-c0f78b1cce286c20f4ab1201e622412b076814cc.tar.gz
historical-c0f78b1cce286c20f4ab1201e622412b076814cc.tar.bz2
historical-c0f78b1cce286c20f4ab1201e622412b076814cc.zip
arm/ia64/s390/sh stable
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-libs/libgpg-error')
-rw-r--r--dev-libs/libgpg-error/libgpg-error-1.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libgpg-error/libgpg-error-1.5.ebuild b/dev-libs/libgpg-error/libgpg-error-1.5.ebuild
index 3256f5d9c6fa..873122655f8f 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.5.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.5.ebuild,v 1.2 2007/01/25 20:26:21 eroyf Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.5.ebuild,v 1.3 2007/01/28 07:35:12 vapier Exp $
inherit libtool eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k mips ~ppc ~ppc-macos ~ppc64 s390 sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="nls"
RDEPEND="nls? ( virtual/libintl )"
@@ -28,6 +28,6 @@ src_compile() {
}
src_install() {
- make install DESTDIR="${D}" || die
+ emake install DESTDIR="${D}" || die
dodoc AUTHORS ChangeLog NEWS README
}