diff options
author | 2006-04-03 00:57:27 +0000 | |
---|---|---|
committer | 2006-04-03 00:57:27 +0000 | |
commit | 0cdf3cb13b0d80a4229b0bdc1a6e7151dc8ea8f6 (patch) | |
tree | d81627d7b9105e35fba91ea73e4ae73c191f035c /x11-proto/xf86driproto | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-0cdf3cb13b0d80a4229b0bdc1a6e7151dc8ea8f6.tar.gz gentoo-2-0cdf3cb13b0d80a4229b0bdc1a6e7151dc8ea8f6.tar.bz2 gentoo-2-0cdf3cb13b0d80a4229b0bdc1a6e7151dc8ea8f6.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'x11-proto/xf86driproto')
-rw-r--r-- | x11-proto/xf86driproto/ChangeLog | 6 | ||||
-rw-r--r-- | x11-proto/xf86driproto/xf86driproto-2.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-proto/xf86driproto/ChangeLog b/x11-proto/xf86driproto/ChangeLog index d1b4a3a02285..b1d1ebf976e8 100644 --- a/x11-proto/xf86driproto/ChangeLog +++ b/x11-proto/xf86driproto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-proto/xf86driproto # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86driproto/ChangeLog,v 1.13 2006/03/21 19:54:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86driproto/ChangeLog,v 1.14 2006/04/03 00:57:27 flameeyes Exp $ + + 03 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + xf86driproto-2.0.3.ebuild: + Add ~x86-fbsd keyword. 21 Mar 2006; Aron Griffis <agriffis@gentoo.org> xf86driproto-2.0.3.ebuild: Mark 2.0.3 ~ia64. #122726 diff --git a/x11-proto/xf86driproto/xf86driproto-2.0.3.ebuild b/x11-proto/xf86driproto/xf86driproto-2.0.3.ebuild index 4281e27e4fa3..0c970d423c9a 100644 --- a/x11-proto/xf86driproto/xf86driproto-2.0.3.ebuild +++ b/x11-proto/xf86driproto/xf86driproto-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86driproto/xf86driproto-2.0.3.ebuild,v 1.5 2006/03/21 19:54:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86driproto/xf86driproto-2.0.3.ebuild,v 1.6 2006/04/03 00:57:27 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="X.Org XF86DRI protocol headers" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND}" |