diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-28 07:35:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-28 07:35:12 +0000 |
commit | 01b23305ce94e8bfe1c423a622b0b98367eb5977 (patch) | |
tree | 70075f6d080a6c2c3c74c5cdb22554392fb9c4f3 /dev-libs/libgpg-error/libgpg-error-1.5.ebuild | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-01b23305ce94e8bfe1c423a622b0b98367eb5977.tar.gz gentoo-2-01b23305ce94e8bfe1c423a622b0b98367eb5977.tar.bz2 gentoo-2-01b23305ce94e8bfe1c423a622b0b98367eb5977.zip |
arm/ia64/s390/sh stable
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-libs/libgpg-error/libgpg-error-1.5.ebuild')
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-1.5.ebuild | 6 |
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 } |