diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 20:04:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 20:04:19 +0000 |
commit | b8b960be351c4d1dd2ec02cce65fd41dcbc36baf (patch) | |
tree | 9326a97fb7328e46803e52f9134548403f1d1941 /x11-proto/compositeproto | |
parent | Stable on alpha wrt security bug #126435 (diff) | |
download | gentoo-2-b8b960be351c4d1dd2ec02cce65fd41dcbc36baf.tar.gz gentoo-2-b8b960be351c4d1dd2ec02cce65fd41dcbc36baf.tar.bz2 gentoo-2-b8b960be351c4d1dd2ec02cce65fd41dcbc36baf.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'x11-proto/compositeproto')
-rw-r--r-- | x11-proto/compositeproto/ChangeLog | 6 | ||||
-rw-r--r-- | x11-proto/compositeproto/compositeproto-0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-proto/compositeproto/ChangeLog b/x11-proto/compositeproto/ChangeLog index 36160198face..5ee15e2787c0 100644 --- a/x11-proto/compositeproto/ChangeLog +++ b/x11-proto/compositeproto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-proto/compositeproto # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/compositeproto/ChangeLog,v 1.15 2006/03/22 18:40:19 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/compositeproto/ChangeLog,v 1.16 2006/03/31 20:04:19 flameeyes Exp $ + + 31 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> + compositeproto-0.3.ebuild: + Add ~x86-fbsd keyword. *compositeproto-0.3 (22 Mar 2006) diff --git a/x11-proto/compositeproto/compositeproto-0.3.ebuild b/x11-proto/compositeproto/compositeproto-0.3.ebuild index ad4239f729b8..904118b49dc6 100644 --- a/x11-proto/compositeproto/compositeproto-0.3.ebuild +++ b/x11-proto/compositeproto/compositeproto-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/compositeproto/compositeproto-0.3.ebuild,v 1.1 2006/03/22 18:36:53 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/compositeproto/compositeproto-0.3.ebuild,v 1.2 2006/03/31 20:04:19 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="X.Org Composite protocol headers" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND}" |