summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-28 19:14:05 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-28 19:14:05 +0000
commitf430e865a365f929545cccc5d51c3804e1a9cc59 (patch)
tree1b8c0f0d3e6de99cca17bdbd2430988b0475fc36 /app-crypt/scrypt
parentSwitch to CPU_FLAGS_X86. (diff)
downloadgentoo-2-f430e865a365f929545cccc5d51c3804e1a9cc59.tar.gz
gentoo-2-f430e865a365f929545cccc5d51c3804e1a9cc59.tar.bz2
gentoo-2-f430e865a365f929545cccc5d51c3804e1a9cc59.zip
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-crypt/scrypt')
-rw-r--r--app-crypt/scrypt/ChangeLog8
-rw-r--r--app-crypt/scrypt/scrypt-1.1.6.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/app-crypt/scrypt/ChangeLog b/app-crypt/scrypt/ChangeLog
index de3063fca48b..90553cd0eaad 100644
--- a/app-crypt/scrypt/ChangeLog
+++ b/app-crypt/scrypt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/scrypt
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/scrypt/ChangeLog,v 1.2 2014/02/01 07:48:16 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/scrypt/ChangeLog,v 1.3 2015/01/28 19:14:05 mgorny Exp $
+
+ 28 Jan 2015; Michał Górny <mgorny@gentoo.org> scrypt-1.1.6.ebuild:
+ Switch to CPU_FLAGS_X86.
01 Feb 2014; Tim Harder <radhermit@gentoo.org> metadata.xml:
Explicitly add myself to metadata.
@@ -10,4 +13,3 @@
24 Jan 2014; Tim Harder <radhermit@gentoo.org> +scrypt-1.1.6.ebuild,
+metadata.xml:
Initial import, ebuild by me.
-
diff --git a/app-crypt/scrypt/scrypt-1.1.6.ebuild b/app-crypt/scrypt/scrypt-1.1.6.ebuild
index e45a30e0c1f7..0ca7aeced5c4 100644
--- a/app-crypt/scrypt/scrypt-1.1.6.ebuild
+++ b/app-crypt/scrypt/scrypt-1.1.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/scrypt/scrypt-1.1.6.ebuild,v 1.1 2014/01/24 09:04:15 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/scrypt/scrypt-1.1.6.ebuild,v 1.2 2015/01/28 19:14:05 mgorny Exp $
EAPI=5
@@ -11,10 +11,10 @@ SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="sse2"
+IUSE="cpu_flags_x86_sse2"
DOCS=( FORMAT )
src_configure() {
- econf $(use_enable sse2)
+ econf $(use_enable cpu_flags_x86_sse2)
}