diff options
author | Rick Farina <zerochaos@gentoo.org> | 2014-10-23 01:20:08 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2014-10-23 01:20:08 +0000 |
commit | e90987abfc1cb217b7cd9284a4542b695cd3b71e (patch) | |
tree | 1c9ee8176cf1e71dbf298cafad04378c2b578620 /app-admin/lastpass-cli | |
parent | Stable ppc and ppc64, bug #526482 (diff) | |
download | gentoo-2-e90987abfc1cb217b7cd9284a4542b695cd3b71e.tar.gz gentoo-2-e90987abfc1cb217b7cd9284a4542b695cd3b71e.tar.bz2 gentoo-2-e90987abfc1cb217b7cd9284a4542b695cd3b71e.zip |
remove useless blank line per repoman warning
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'app-admin/lastpass-cli')
-rw-r--r-- | app-admin/lastpass-cli/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/lastpass-cli/lastpass-cli-0.3.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-admin/lastpass-cli/ChangeLog b/app-admin/lastpass-cli/ChangeLog index 22a7dc23228b..eb9e3f0103d5 100644 --- a/app-admin/lastpass-cli/ChangeLog +++ b/app-admin/lastpass-cli/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/lastpass-cli # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/ChangeLog,v 1.2 2014/10/22 20:43:50 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/ChangeLog,v 1.3 2014/10/23 01:20:08 zerochaos Exp $ + + 23 Oct 2014; Rick Farina <zerochaos@gentoo.org> lastpass-cli-0.3.0.ebuild: + remove useless blank line per repoman warning 22 Oct 2014; Jason A. Donenfeld <zx2c4@gentoo.org> lastpass-cli-0.3.0.ebuild: Trivial commit because cvs process crashed. diff --git a/app-admin/lastpass-cli/lastpass-cli-0.3.0.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.3.0.ebuild index 2585d1714cd3..28aab78c834d 100644 --- a/app-admin/lastpass-cli/lastpass-cli-0.3.0.ebuild +++ b/app-admin/lastpass-cli/lastpass-cli-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/lastpass-cli-0.3.0.ebuild,v 1.2 2014/10/22 20:43:50 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/lastpass-cli-0.3.0.ebuild,v 1.3 2014/10/23 01:20:08 zerochaos Exp $ EAPI=5 @@ -35,4 +35,3 @@ src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install-doc } - |