diff options
-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, 6 insertions, 2 deletions
diff --git a/app-admin/lastpass-cli/ChangeLog b/app-admin/lastpass-cli/ChangeLog index 59433c3be608..22a7dc23228b 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.1 2014/10/22 20:08:04 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/ChangeLog,v 1.2 2014/10/22 20:43:50 zx2c4 Exp $ + + 22 Oct 2014; Jason A. Donenfeld <zx2c4@gentoo.org> lastpass-cli-0.3.0.ebuild: + Trivial commit because cvs process crashed. *lastpass-cli-0.3.0 (22 Oct 2014) 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 c717c3eade1a..2585d1714cd3 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.1 2014/10/22 20:08:04 zx2c4 Exp $ +# $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 $ EAPI=5 @@ -35,3 +35,4 @@ src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install-doc } + |