Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4068 - libmcrypt lintool fixes
Summary: libmcrypt lintool fixes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gabriele Giorgetti
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-23 15:57 UTC by Jon Nelson (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Nelson (RETIRED) 2002-06-23 15:57:14 UTC
Thanks for the quick response on #3940.
Here is a minor update. (I wouldn't both bumping the -r)

Index: libmcrypt-2.5.1-r1.ebuild
===================================================================
RCS file: /home/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.1-r1.ebuild,v
retrieving revision 1.1
diff -u -b -B -r1.1 libmcrypt-2.5.1-r1.ebuild
--- libmcrypt-2.5.1-r1.ebuild   2002/06/20 23:22:37     1.1
+++ libmcrypt-2.5.1-r1.ebuild   2002/06/23 20:56:02
@@ -7,7 +8,11 @@
 SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/${P}.tar.gz"
 HOMEPAGE="http://mcrypt.hellug.gr/"
 
-DEPEND="virtual/glibc"
+DEPEND="virtual/glibc 
+       >=sys-devel/automake-1.6.1"
+RDEPEND="virtual/glibc"
+SLOT="0"
+LICENSE="GPL-2"
 
 src_compile() {
 
cvs server: Diffing files
Comment 1 Gabriele Giorgetti 2002-06-24 07:31:42 UTC
Changes applied, thanks.