diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 22:01:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 22:01:55 +0000 |
commit | 30452c3c750c1b23c1c598a6d756ef703873e224 (patch) | |
tree | f00c397d964718e96ca0138f7cacf490bd88820e /dev-java/qdox | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-30452c3c750c1b23c1c598a6d756ef703873e224.tar.gz gentoo-2-30452c3c750c1b23c1c598a6d756ef703873e224.tar.bz2 gentoo-2-30452c3c750c1b23c1c598a6d756ef703873e224.zip |
keyword amd64-fbsd
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-java/qdox')
-rw-r--r-- | dev-java/qdox/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/qdox/qdox-1.12-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/qdox/ChangeLog b/dev-java/qdox/ChangeLog index 3a34da8fc7c3..88e6f44bac19 100644 --- a/dev-java/qdox/ChangeLog +++ b/dev-java/qdox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/qdox # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v 1.35 2013/06/17 07:46:21 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v 1.36 2013/06/27 22:01:55 aballier Exp $ + + 27 Jun 2013; Alexis Ballier <aballier@gentoo.org> qdox-1.12-r1.ebuild: + keyword ~amd64-fbsd *qdox-1.12-r1 (17 Jun 2013) diff --git a/dev-java/qdox/qdox-1.12-r1.ebuild b/dev-java/qdox/qdox-1.12-r1.ebuild index 09de5d7a7a8b..3b0b173bf37c 100644 --- a/dev-java/qdox/qdox-1.12-r1.ebuild +++ b/dev-java/qdox/qdox-1.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12-r1.ebuild,v 1.1 2013/06/17 07:38:15 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12-r1.ebuild,v 1.2 2013/06/27 22:01:55 aballier Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="http://snapshots.repository.codehaus.org/com/thoughtworks/qdox/qdox/1.1 LICENSE="Apache-2.0" SLOT="1.12" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd" S="${WORKDIR}/${PN}-${PV}-SNAPSHOT" |