diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-02-23 12:21:28 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-02-23 12:21:28 +0000 |
commit | e8c2fb4f43030787cbae8e97b3985d23024ca581 (patch) | |
tree | 65d8724aabd4b8dbc1bc409c4299a119e9cb6929 /dev-java/qdox | |
parent | ppc/ppc64 keyword, bug #521972 (diff) | |
download | gentoo-2-e8c2fb4f43030787cbae8e97b3985d23024ca581.tar.gz gentoo-2-e8c2fb4f43030787cbae8e97b3985d23024ca581.tar.bz2 gentoo-2-e8c2fb4f43030787cbae8e97b3985d23024ca581.zip |
Revert previous commit (SLOT change). Discussed with and signed off by mgorny.
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
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 f1c7b80b97b5..ffde90081084 100644 --- a/dev-java/qdox/ChangeLog +++ b/dev-java/qdox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/qdox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v 1.46 2015/02/23 08:33:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v 1.47 2015/02/23 12:21:28 monsieurp Exp $ + + 23 Feb 2015; Patrice Clement <monsieurp@gentoo.org> qdox-1.12-r1.ebuild: + Revert previous commit (SLOT change). Discussed with and signed off by mgorny. 23 Feb 2015; Michał Górny <mgorny@gentoo.org> qdox-1.12-r1.ebuild: Fix jflex dependency following slot change. diff --git a/dev-java/qdox/qdox-1.12-r1.ebuild b/dev-java/qdox/qdox-1.12-r1.ebuild index e5f23c8ebb6d..d9a768823afd 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-2015 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.8 2015/02/23 08:33:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12-r1.ebuild,v 1.9 2015/02/23 12:21:28 monsieurp Exp $ EAPI="5" @@ -23,7 +23,7 @@ CDEPEND="dev-java/ant-core:0" DEPEND=">=virtual/jdk-1.4 app-arch/unzip:0 dev-java/byaccj:0 - >=dev-java/jflex-1.4.3:1.4 + >=dev-java/jflex-1.4.3:0 dev-java/jmock:1.0 test? ( dev-java/junit:0 ) ${CDEPEND}" |