summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-01 14:18:25 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-01 14:18:25 +0000
commitffe24863022dbca5e56c190c234acfcba711501a (patch)
tree30b01b9c92dd6b50177a42db14bcb89c57742873 /dev-libs/libmcrypt
parentKeyworded hppa (Manifest recommit) (diff)
downloadgentoo-2-ffe24863022dbca5e56c190c234acfcba711501a.tar.gz
gentoo-2-ffe24863022dbca5e56c190c234acfcba711501a.tar.bz2
gentoo-2-ffe24863022dbca5e56c190c234acfcba711501a.zip
arm KEYWORDS
Diffstat (limited to 'dev-libs/libmcrypt')
-rw-r--r--dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild
index 27619d596a31..300bccb05b6c 100644
--- a/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild
+++ b/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild,v 1.11 2004/04/01 20:59:01 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild,v 1.12 2004/06/01 14:18:25 vapier Exp $
inherit libtool
@@ -10,7 +10,8 @@ SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="x86 sparc ppc hppa alpha amd64 ia64 s390"
+KEYWORDS="x86 ppc sparc alpha arm hppa amd64 ia64 s390"
+IUSE=""
DEPEND=">=sys-devel/automake-1.6.1
>=sys-devel/libtool-1.4.1-r8"
@@ -20,7 +21,7 @@ src_install() {
dodir /usr/{bin,include,lib}
einstall || die "install failure"
- dodoc AUTHORS KNOWN-BUGS COPYING COPYING.LIB INSTALL NEWS README THANKS TODO ChangeLog
+ dodoc AUTHORS KNOWN-BUGS INSTALL NEWS README THANKS TODO ChangeLog
dodoc doc/README.* doc/example.c
prepalldocs
}