diff options
author | 2017-01-22 18:17:58 +0100 | |
---|---|---|
committer | 2017-01-22 18:17:58 +0100 | |
commit | 3d8efa55916a7aa8246b9e04c2ef47985be535a5 (patch) | |
tree | cdd09c59fa1bd588a24a6fb0d4ebd63c92e005e6 /media-libs/mesa | |
parent | dev-libs/wayland-protocols: sparc stable wrt bug #579266 (diff) | |
download | gentoo-3d8efa55916a7aa8246b9e04c2ef47985be535a5.tar.gz gentoo-3d8efa55916a7aa8246b9e04c2ef47985be535a5.tar.bz2 gentoo-3d8efa55916a7aa8246b9e04c2ef47985be535a5.zip |
media-libs/mesa: sparc stable wrt bug #579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-11.2.2.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-12.0.1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/mesa/mesa-11.2.2.ebuild b/media-libs/mesa/mesa-11.2.2.ebuild index e110ec591a19..2e62de329e87 100644 --- a/media-libs/mesa/mesa-11.2.2.ebuild +++ b/media-libs/mesa/mesa-11.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,10 +25,10 @@ HOMEPAGE="http://mesa3d.sourceforge.net/" if [[ $PV == 9999 ]]; then SRC_URI="" - KEYWORDS="alpha amd64 arm hppa ia64 ppc x86" + KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86" else SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" diff --git a/media-libs/mesa/mesa-12.0.1.ebuild b/media-libs/mesa/mesa-12.0.1.ebuild index 0aa91e5a0534..d6bc523a3418 100644 --- a/media-libs/mesa/mesa-12.0.1.ebuild +++ b/media-libs/mesa/mesa-12.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,10 +25,10 @@ HOMEPAGE="http://mesa3d.sourceforge.net/" if [[ $PV == 9999 ]]; then SRC_URI="" - KEYWORDS="alpha amd64 hppa ia64 ppc x86" + KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" else SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz" - KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" |