diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-17 00:13:45 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-17 00:13:45 +0000 |
commit | d07a8d34e6a458d002b7940c6285c3dcd76bab9c (patch) | |
tree | 42b0114c78984ccd793ff776e38cd255d606fce7 /app-crypt | |
parent | Initial import of scute (PKCS#11 provider for OpenPGP cards); ebuild thanks t... (diff) | |
download | gentoo-2-d07a8d34e6a458d002b7940c6285c3dcd76bab9c.tar.gz gentoo-2-d07a8d34e6a458d002b7940c6285c3dcd76bab9c.tar.bz2 gentoo-2-d07a8d34e6a458d002b7940c6285c3dcd76bab9c.zip |
Remove useless blank line.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/scute/scute-1.4.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-crypt/scute/scute-1.4.0.ebuild b/app-crypt/scute/scute-1.4.0.ebuild index 9fbc5ffdb9f3..78780988fba9 100644 --- a/app-crypt/scute/scute-1.4.0.ebuild +++ b/app-crypt/scute/scute-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/scute/scute-1.4.0.ebuild,v 1.1 2011/04/17 00:12:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/scute/scute-1.4.0.ebuild,v 1.2 2011/04/17 00:13:45 flameeyes Exp $ EAPI=4 @@ -48,4 +48,3 @@ src_install() { find "${D}" -name '*.la' -delete dodoc AUTHORS ChangeLog NEWS README TODO } - |