diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-08-03 06:13:10 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-08-03 06:30:46 +0200 |
commit | 35676d51333c4bf9c8651b103c6ca3b462bbea3a (patch) | |
tree | 36cc863864881340d147e3fa09cfa5f7d672aace /x11-apps/mesa-progs | |
parent | x11-apps/xrandr: Stable for HPPA (bug #579266). (diff) | |
download | gentoo-35676d51333c4bf9c8651b103c6ca3b462bbea3a.tar.gz gentoo-35676d51333c4bf9c8651b103c6ca3b462bbea3a.tar.bz2 gentoo-35676d51333c4bf9c8651b103c6ca3b462bbea3a.zip |
x11-apps/mesa-progs: Stable for HPPA (bug #579266).
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
Diffstat (limited to 'x11-apps/mesa-progs')
-rw-r--r-- | x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild b/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild index e5278052220e..20a262122a70 100644 --- a/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild +++ b/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,10 +19,10 @@ DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)" HOMEPAGE="http://mesa3d.sourceforge.net/" if [[ ${PV} == 9999* ]]; then SRC_URI="" - KEYWORDS="" + KEYWORDS="hppa" else SRC_URI="ftp://ftp.freedesktop.org/pub/${MY_PN/-//}/${PV}/${MY_P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" fi LICENSE="LGPL-2" |