diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-04-21 11:50:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-04-21 11:50:21 +0000 |
commit | 269b17db9cabf0de4d768f6de242b070d0b2e6b5 (patch) | |
tree | a575d5e986c6a78de8cdb01ceac0b55e17beb451 /app-crypt/seahorse | |
parent | Version bump. #448114 (diff) | |
download | gentoo-2-269b17db9cabf0de4d768f6de242b070d0b2e6b5.tar.gz gentoo-2-269b17db9cabf0de4d768f6de242b070d0b2e6b5.tar.bz2 gentoo-2-269b17db9cabf0de4d768f6de242b070d0b2e6b5.zip |
Fix trailing whitespace causing ITSTOOL to be unset (#466610 by Arfrever Frehtes Taifersar Arahesis)
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-3.8.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index 607cd75594eb..736563557508 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.166 2013/04/19 20:15:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.167 2013/04/21 11:50:21 pacho Exp $ + + 21 Apr 2013; Pacho Ramos <pacho@gentoo.org> seahorse-3.8.1.ebuild: + Fix trailing whitespace causing ITSTOOL to be unset (#466610 by Arfrever + Frehtes Taifersar Arahesis) *seahorse-3.8.1 (19 Apr 2013) diff --git a/app-crypt/seahorse/seahorse-3.8.1.ebuild b/app-crypt/seahorse/seahorse-3.8.1.ebuild index 678ced10d225..9de9652c152d 100644 --- a/app-crypt/seahorse/seahorse-3.8.1.ebuild +++ b/app-crypt/seahorse/seahorse-3.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.8.1.ebuild,v 1.1 2013/04/19 20:15:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.8.1.ebuild,v 1.2 2013/04/21 11:50:21 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -57,7 +57,7 @@ src_configure() { --enable-ssh \ --enable-pkcs11 \ --disable-static \ - --enable-hkp \ + --enable-hkp \ $(use_enable avahi sharing) \ $(use_enable debug) \ $(use_enable ldap) \ |