diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-06-13 12:00:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-06-13 12:00:15 +0000 |
commit | ec0592863bee4ebe6947ea11219cc73d72d0d2e8 (patch) | |
tree | 27a8844fb76caf76962a95658b3bcd2abb144f77 /sys-devel | |
parent | Do not hardcode LXC_PATH. Bug #548568. Patch by Erik Mackdanz <erikmack@gmail... (diff) | |
download | gentoo-2-ec0592863bee4ebe6947ea11219cc73d72d0d2e8.tar.gz gentoo-2-ec0592863bee4ebe6947ea11219cc73d72d0d2e8.tar.bz2 gentoo-2-ec0592863bee4ebe6947ea11219cc73d72d0d2e8.zip |
Rename R600 -> AMDGPU following upstream. Reported by darkbasic.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index aa90795585b8..6a663ef76dfb 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.247 2015/06/11 17:05:20 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.248 2015/06/13 12:00:15 mgorny Exp $ + + 13 Jun 2015; Michał Górny <mgorny@gentoo.org> llvm-9999.ebuild: + Rename R600 -> AMDGPU following upstream. Reported by darkbasic. 11 Jun 2015; Bernard Cafarelli <voyageur@gentoo.org> llvm-9999.ebuild: Documentation build can be made optional again, add back pax markings diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 91a95c110d54..891243271cd2 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.113 2015/06/11 17:05:20 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.114 2015/06/13 12:00:15 mgorny Exp $ EAPI=5 @@ -193,7 +193,7 @@ multilib_src_configure() { targets=all else targets='host;CppBackend' - use video_cards_radeon && targets+=';R600' + use video_cards_radeon && targets+=';AMDGPU' fi local ffi_cflags ffi_ldflags |