diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-11-24 11:40:02 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-11-24 11:40:02 +0000 |
commit | e9fe19344be5fd5ef6b5dfd44f70a6324fc8a6cb (patch) | |
tree | a1504a161e57a71d4688856e34e778367bc2779e /dev-db/mysql-community | |
parent | Version bump. (diff) | |
download | gentoo-2-e9fe19344be5fd5ef6b5dfd44f70a6324fc8a6cb.tar.gz gentoo-2-e9fe19344be5fd5ef6b5dfd44f70a6324fc8a6cb.tar.bz2 gentoo-2-e9fe19344be5fd5ef6b5dfd44f70a6324fc8a6cb.zip |
Readd sparc-fbsd keyword.
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'dev-db/mysql-community')
-rw-r--r-- | dev-db/mysql-community/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/mysql-community/mysql-community-5.1.13_alpha20061018.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/mysql-community/ChangeLog b/dev-db/mysql-community/ChangeLog index dbed22396d93..242b3d8aae6c 100644 --- a/dev-db/mysql-community/ChangeLog +++ b/dev-db/mysql-community/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/ChangeLog,v 1.2 2006/11/23 15:46:49 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/ChangeLog,v 1.3 2006/11/24 11:40:02 chtekk Exp $ + + 24 Nov 2006; Luca Longinotti <chtekk@gentoo.org> + mysql-community-5.1.13_alpha20061018.ebuild: + Readd sparc-fbsd keyword. 23 Nov 2006; Luca Longinotti <chtekk@gentoo.org> +files/logrotate.mysql, +files/mysql.rc6, mysql-community-5.1.13_alpha20061018.ebuild: diff --git a/dev-db/mysql-community/mysql-community-5.1.13_alpha20061018.ebuild b/dev-db/mysql-community/mysql-community-5.1.13_alpha20061018.ebuild index 96020fdde7ed..4c447daa7a35 100644 --- a/dev-db/mysql-community/mysql-community-5.1.13_alpha20061018.ebuild +++ b/dev-db/mysql-community/mysql-community-5.1.13_alpha20061018.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/dev-db/mysql-community/mysql-community-5.1.13_alpha20061018.ebuild,v 1.2 2006/11/23 15:46:49 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.13_alpha20061018.ebuild,v 1.3 2006/11/24 11:40:02 chtekk Exp $ # Leave this empty MYSQL_VERSION_ID="" @@ -11,7 +11,7 @@ MYSQL_PATCHSET_REV="" inherit mysql #REMEMBER!!!: update also eclass/mysql*.eclass prior to commit -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" src_test() { cd "${S}" |