diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-11-11 22:22:15 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-11-11 22:22:15 +0000 |
commit | ce518c4533fef4b6d60581519de31b1f6caad509 (patch) | |
tree | 30e03c1ad2c7eb3efa84af39716e6f466ce60ed0 /media-libs | |
parent | Fix bug 110562. (diff) | |
download | gentoo-2-ce518c4533fef4b6d60581519de31b1f6caad509.tar.gz gentoo-2-ce518c4533fef4b6d60581519de31b1f6caad509.tar.bz2 gentoo-2-ce518c4533fef4b6d60581519de31b1f6caad509.zip |
Added ~sh to keywords
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 86a38ee374c5..2deab74601cb 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.47 2005/11/01 01:49:30 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.48 2005/11/11 22:22:15 matsuu Exp $ + + 11 Nov 2005; MATSUU Takuto <matsuu@gentoo.org> mesa-6.4.ebuild: + added ~sh keyword 01 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org> mesa-6.4.ebuild: Change xorg-x11 blocker to allow for rc metabuilds. diff --git a/media-libs/mesa/mesa-6.4.ebuild b/media-libs/mesa/mesa-6.4.ebuild index 2ed836f78a95..204001276f49 100644 --- a/media-libs/mesa/mesa-6.4.ebuild +++ b/media-libs/mesa/mesa-6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.4.ebuild,v 1.2 2005/11/01 01:49:30 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.4.ebuild,v 1.3 2005/11/11 22:22:15 matsuu Exp $ inherit eutils toolchain-funcs multilib @@ -19,7 +19,7 @@ HOMEPAGE="http://mesa3d.sourceforge.net/" SRC_URI="mirror://sourceforge/mesa3d/${MY_SRC_P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~mips ~ppc ~sh ~sparc ~x86" IUSE="motif" RDEPEND="dev-libs/expat |