diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 20:03:27 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 20:14:41 +0100 |
commit | 3c3bc8fbc82e951c755016ae46ee266f55759702 (patch) | |
tree | 7c57c40248cab21e64b330ea5a506829053466c2 /media-libs/glu/glu-9999.ebuild | |
parent | media-libs/glew: dropped ~ia64-linux ~x86-freebsd (diff) | |
download | gentoo-3c3bc8fbc82e951c755016ae46ee266f55759702.tar.gz gentoo-3c3bc8fbc82e951c755016ae46ee266f55759702.tar.bz2 gentoo-3c3bc8fbc82e951c755016ae46ee266f55759702.zip |
media-libs/glu: dropped ~ia64-linux ~x86-freebsd
Package-Manager: portage-2.3.3
Diffstat (limited to 'media-libs/glu/glu-9999.ebuild')
-rw-r--r-- | media-libs/glu/glu-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/glu/glu-9999.ebuild b/media-libs/glu/glu-9999.ebuild index 11af3b2ef612..60586f07aadd 100644 --- a/media-libs/glu/glu-9999.ebuild +++ b/media-libs/glu/glu-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ if [[ ${PV} = 9999* ]]; then KEYWORDS="" else SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${PN}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-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 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="SGI-B-2.0" |