diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 18:33:25 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 18:33:38 +0200 |
commit | d96e70d22fe02001746bbdd256da300fc9b3e31d (patch) | |
tree | 0c5dc3bedf5a1768c687aa141a9a31ae6d540200 /media-libs/vo-aacenc | |
parent | sys-cluster/libdlm: keyword ~arm64 (diff) | |
download | gentoo-d96e70d22fe02001746bbdd256da300fc9b3e31d.tar.gz gentoo-d96e70d22fe02001746bbdd256da300fc9b3e31d.tar.bz2 gentoo-d96e70d22fe02001746bbdd256da300fc9b3e31d.zip |
media-libs/vo-aacenc: convert to cpu_flags_arm
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-libs/vo-aacenc')
-rw-r--r-- | media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild | 6 | ||||
-rw-r--r-- | media-libs/vo-aacenc/vo-aacenc-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild index 80bf8e0e8599..b1f346d5b470 100644 --- a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild +++ b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild @@ -28,15 +28,15 @@ SLOT="0" [[ ${PV} == *9999 ]] || \ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" -IUSE="examples static-libs neon" +IUSE="examples static-libs cpu_flags_arm_neon" AUTOTOOLS_PRUNE_LIBTOOL_FILES=all src_configure() { - use neon && append-flags '-mfpu=neon' + use cpu_flags_arm_neon && append-flags '-mfpu=neon' local myeconfargs=( "$(use_enable examples example)" - "$(use_enable neon armv7neon)" + "$(use_enable cpu_flags_arm_neon armv7neon)" ) autotools-multilib_src_configure } diff --git a/media-libs/vo-aacenc/vo-aacenc-9999.ebuild b/media-libs/vo-aacenc/vo-aacenc-9999.ebuild index 0b88b39aeba9..9f453d7a9bad 100644 --- a/media-libs/vo-aacenc/vo-aacenc-9999.ebuild +++ b/media-libs/vo-aacenc/vo-aacenc-9999.ebuild @@ -28,15 +28,15 @@ SLOT="0" [[ ${PV} == *9999 ]] || \ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" -IUSE="examples static-libs neon" +IUSE="examples static-libs cpu_flags_arm_neon" AUTOTOOLS_PRUNE_LIBTOOL_FILES=all src_configure() { - use neon && append-flags '-mfpu=neon' + use cpu_flags_arm_neon && append-flags '-mfpu=neon' local myeconfargs=( "$(use_enable examples example)" - "$(use_enable neon armv7neon)" + "$(use_enable cpu_flags_arm_neon armv7neon)" ) autotools-multilib_src_configure } |