diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
commit | e06e7af770763e37bfa65376dce5d6950538ae54 (patch) | |
tree | 050b3b20e1c8879c2210d026494d7181c37f6d09 /app-crypt/rotix | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.gz gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.bz2 gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-crypt/rotix')
-rw-r--r-- | app-crypt/rotix/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/rotix/rotix-0.83.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/rotix/Manifest b/app-crypt/rotix/Manifest index 2fe0b6871170..9d0b812334af 100644 --- a/app-crypt/rotix/Manifest +++ b/app-crypt/rotix/Manifest @@ -1,3 +1,3 @@ MD5 201b3adace2dfa857eb0efb21043091c ChangeLog 347 -MD5 3628f08fd43f847d8bc2fd77a459f0e9 rotix-0.83.ebuild 714 +MD5 9b6e3b0542dbd56405d822feb2d9a4e3 rotix-0.83.ebuild 713 MD5 a901d0d445568a86bc90107e50c3b025 files/digest-rotix-0.83 62 diff --git a/app-crypt/rotix/rotix-0.83.ebuild b/app-crypt/rotix/rotix-0.83.ebuild index b4a0a9a20637..c5ecc3d096a7 100644 --- a/app-crypt/rotix/rotix-0.83.ebuild +++ b/app-crypt/rotix/rotix-0.83.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.4 2003/03/28 12:43:22 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.5 2003/09/06 22:15:09 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Rotix allows you to generate rotational obfuscations." @@ -21,7 +21,7 @@ src_compile() { use nls && myconf="--i18n=1" econf ${myconf} || die - + emake || die } |