summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-01-23 14:26:58 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-01-23 14:26:58 +0000
commit592a2ddd145756fa3f011555618fb1601fc8464c (patch)
tree1b5a3f4694e9bd80742d09ac70ee17b8930a7b1c /dev-java/ant-ivy
parentMasked packages (diff)
downloadgentoo-2-592a2ddd145756fa3f011555618fb1601fc8464c.tar.gz
gentoo-2-592a2ddd145756fa3f011555618fb1601fc8464c.tar.bz2
gentoo-2-592a2ddd145756fa3f011555618fb1601fc8464c.zip
keyword ~x86-fbsd
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/ant-ivy')
-rw-r--r--dev-java/ant-ivy/ChangeLog6
-rw-r--r--dev-java/ant-ivy/ant-ivy-1.4.1.ebuild6
-rw-r--r--dev-java/ant-ivy/ant-ivy-2.0.0.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-java/ant-ivy/ChangeLog b/dev-java/ant-ivy/ChangeLog
index 0a9daae37b3f..861b93bd5695 100644
--- a/dev-java/ant-ivy/ChangeLog
+++ b/dev-java/ant-ivy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-ivy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-ivy/ChangeLog,v 1.15 2010/01/03 21:27:08 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-ivy/ChangeLog,v 1.16 2010/01/23 14:26:58 aballier Exp $
+
+ 23 Jan 2010; Alexis Ballier <aballier@gentoo.org> ant-ivy-1.4.1.ebuild,
+ ant-ivy-2.0.0.ebuild:
+ keyword ~x86-fbsd
03 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
ant-ivy-1.3.1-r1.ebuild:
diff --git a/dev-java/ant-ivy/ant-ivy-1.4.1.ebuild b/dev-java/ant-ivy/ant-ivy-1.4.1.ebuild
index 93b9ab24b600..a416fbd5aa05 100644
--- a/dev-java/ant-ivy/ant-ivy-1.4.1.ebuild
+++ b/dev-java/ant-ivy/ant-ivy-1.4.1.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/ant-ivy/ant-ivy-1.4.1.ebuild,v 1.2 2009/06/14 14:07:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-ivy/ant-ivy-1.4.1.ebuild,v 1.3 2010/01/23 14:26:58 aballier Exp $
JAVA_PKG_IUSE="doc examples source test"
# registers as split-ant task
@@ -19,7 +19,7 @@ SRC_URI="http://www.jaya.free.fr/downloads/ivy/${PV}/${MY_P}-src.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
COMMON_DEP="
diff --git a/dev-java/ant-ivy/ant-ivy-2.0.0.ebuild b/dev-java/ant-ivy/ant-ivy-2.0.0.ebuild
index c6c00fab9054..5430e687a79d 100644
--- a/dev-java/ant-ivy/ant-ivy-2.0.0.ebuild
+++ b/dev-java/ant-ivy/ant-ivy-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-ivy/ant-ivy-2.0.0.ebuild,v 1.5 2010/01/03 19:49:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-ivy/ant-ivy-2.0.0.ebuild,v 1.6 2010/01/23 14:26:58 aballier Exp $
EAPI="2"
@@ -21,7 +21,7 @@ SRC_URI="mirror://apache/ant/ivy/${PV}/${MY_P}-src.tar.gz"
LICENSE="Apache-2.0"
SLOT="2"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
RESTRICT="test" # We cannot build tests yet as there is no org.apache.tools.ant.BuildFileTest packaged anywhere yet