diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-09 09:11:52 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-09 09:11:52 +0000 |
commit | 64b43607ae63bcee60a6a8d0b3a23b243fc152b4 (patch) | |
tree | d804ed7ca2643a598dbd330df7373ad021147331 /dev-java/commons-el | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-64b43607ae63bcee60a6a8d0b3a23b243fc152b4.tar.gz gentoo-2-64b43607ae63bcee60a6a8d0b3a23b243fc152b4.tar.bz2 gentoo-2-64b43607ae63bcee60a6a8d0b3a23b243fc152b4.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'dev-java/commons-el')
-rw-r--r-- | dev-java/commons-el/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-el/commons-el-1.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-el/ChangeLog b/dev-java/commons-el/ChangeLog index 90d1c7a72bb8..c9bf8d0f5842 100644 --- a/dev-java/commons-el/ChangeLog +++ b/dev-java/commons-el/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-el # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.15 2006/10/05 15:24:44 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.16 2006/12/09 09:11:52 flameeyes Exp $ + + 09 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> + commons-el-1.0-r1.ebuild: + Add ~x86-fbsd keyword. 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> commons-el-1.0.ebuild, commons-el-1.0-r1.ebuild: diff --git a/dev-java/commons-el/commons-el-1.0-r1.ebuild b/dev-java/commons-el/commons-el-1.0-r1.ebuild index 45b17bbd9fba..cd08c3813bd5 100644 --- a/dev-java/commons-el/commons-el-1.0-r1.ebuild +++ b/dev-java/commons-el/commons-el-1.0-r1.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-java/commons-el/commons-el-1.0-r1.ebuild,v 1.3 2006/10/05 15:24:44 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r1.ebuild,v 1.4 2006/12/09 09:11:52 flameeyes Exp $ inherit java-pkg-2 java-ant-2 @@ -9,7 +9,7 @@ HOMEPAGE="http://jakarta.apache.org/commons/el/" SRC_URI="mirror://apache/jakarta/commons/el/source/${P}-src.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="source" COMMON_DEP="~dev-java/servletapi-2.4" RDEPEND=">=virtual/jre-1.4 |