diff options
author | 2014-11-10 17:01:14 +0000 | |
---|---|---|
committer | 2014-11-10 17:01:14 +0000 | |
commit | 4fed28bb8555d061e28ea4d07c33346c68e99443 (patch) | |
tree | 5e0cedca86b067f0dd26a478bbef8b252c709048 /app-crypt | |
parent | Version bump; remove old. (diff) | |
download | gentoo-2-4fed28bb8555d061e28ea4d07c33346c68e99443.tar.gz gentoo-2-4fed28bb8555d061e28ea4d07c33346c68e99443.tar.bz2 gentoo-2-4fed28bb8555d061e28ea4d07c33346c68e99443.zip |
Thanks to BT to point out I broke the base rules, bug #528792.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libu2f-host/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild (renamed from app-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild) | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-crypt/libu2f-host/ChangeLog b/app-crypt/libu2f-host/ChangeLog index 473969140efd..07c79dabf068 100644 --- a/app-crypt/libu2f-host/ChangeLog +++ b/app-crypt/libu2f-host/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/libu2f-host # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.7 2014/11/10 02:24:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.8 2014/11/10 17:01:14 flameeyes Exp $ + +*libu2f-host-0.0.1-r2 (10 Nov 2014) + + 10 Nov 2014; Diego E. Pettenò <flameeyes@gentoo.org> + +libu2f-host-0.0.1-r2.ebuild, -libu2f-host-0.0.1-r1.ebuild: + Thanks to BT to point out I broke the base rules, bug #528792. *libu2f-host-0.0.1-r1 (10 Nov 2014) diff --git a/app-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild b/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild index f47a423d50bc..e24e27bd6d8f 100644 --- a/app-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild +++ b/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.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-crypt/libu2f-host/libu2f-host-0.0.1-r1.ebuild,v 1.1 2014/11/10 02:24:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.1-r2.ebuild,v 1.1 2014/11/10 17:01:14 flameeyes Exp $ EAPI=5 @@ -27,14 +27,11 @@ CONFIG_CHECK="~HIDRAW" src_prepare() { autotools-utils_src_prepare - sed -i -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \ + sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \ 70-u2f.rules > 70-u2f-udev.rules || die } src_configure() { - local myeconfargs=( - $(use_enable static-libs static) - ) autotools-utils_src_configure } |