diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-23 13:31:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-23 13:31:51 +0000 |
commit | a56dbd5eadd914a3bc005a2d77f99e0511807d00 (patch) | |
tree | 812e2f11bf9153a0d0ca0c4fbd6d4c8f6d9b5935 /dev-java | |
parent | keyword ~x86-fbsd, bug #296236 (diff) | |
download | historical-a56dbd5eadd914a3bc005a2d77f99e0511807d00.tar.gz historical-a56dbd5eadd914a3bc005a2d77f99e0511807d00.tar.bz2 historical-a56dbd5eadd914a3bc005a2d77f99e0511807d00.zip |
keyword ~x86-fbsd, bug #205082
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/resin-servlet-api/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/resin-servlet-api/resin-servlet-api-3.0.28.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/resin-servlet-api/ChangeLog b/dev-java/resin-servlet-api/ChangeLog index a4dec83f4ec3..9b9b0d257bc2 100644 --- a/dev-java/resin-servlet-api/ChangeLog +++ b/dev-java/resin-servlet-api/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/resin-servlet-api -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/ChangeLog,v 1.34 2009/12/12 13:13:49 nelchael Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/ChangeLog,v 1.35 2010/01/23 13:31:51 aballier Exp $ + + 23 Jan 2010; Alexis Ballier <aballier@gentoo.org> + resin-servlet-api-3.0.28.ebuild: + keyword ~x86-fbsd, bug #205082 *resin-servlet-api-3.1.9 (12 Dec 2009) diff --git a/dev-java/resin-servlet-api/resin-servlet-api-3.0.28.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-3.0.28.ebuild index 38e62f10705a..947a91cedcf1 100644 --- a/dev-java/resin-servlet-api/resin-servlet-api-3.0.28.ebuild +++ b/dev-java/resin-servlet-api/resin-servlet-api-3.0.28.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/resin-servlet-api-3.0.28.ebuild,v 1.1 2009/06/28 10:41:41 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/resin-servlet-api-3.0.28.ebuild,v 1.2 2010/01/23 13:31:51 aballier Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip LICENSE="GPL-2" SLOT="2.4" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" |