summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-02-23 08:33:08 +0000
committerMichał Górny <mgorny@gentoo.org>2015-02-23 08:33:08 +0000
commite38fad1cb39c94b5d6aab4441a27cf6a9047f387 (patch)
tree40057351520f8599282ba77b791268e40321bb78 /dev-java
parentFix libdir detection in all versions, #513680 (diff)
downloadgentoo-2-e38fad1cb39c94b5d6aab4441a27cf6a9047f387.tar.gz
gentoo-2-e38fad1cb39c94b5d6aab4441a27cf6a9047f387.tar.bz2
gentoo-2-e38fad1cb39c94b5d6aab4441a27cf6a9047f387.zip
Fix jflex dependency following slot change.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/qdox/ChangeLog7
-rw-r--r--dev-java/qdox/qdox-1.12-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/qdox/ChangeLog b/dev-java/qdox/ChangeLog
index 9ff375165990..f1c7b80b97b5 100644
--- a/dev-java/qdox/ChangeLog
+++ b/dev-java/qdox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/qdox
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/ChangeLog,v 1.45 2014/06/17 11:02:23 mrueg Exp $
+# 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 $
+
+ 23 Feb 2015; Michał Górny <mgorny@gentoo.org> qdox-1.12-r1.ebuild:
+ Fix jflex dependency following slot change.
17 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -qdox-1.12.ebuild:
NM: Cleanup superseeded ebuilds.
diff --git a/dev-java/qdox/qdox-1.12-r1.ebuild b/dev-java/qdox/qdox-1.12-r1.ebuild
index b3ca44d69fdc..e5f23c8ebb6d 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
+# 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.7 2013/10/20 16:32:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12-r1.ebuild,v 1.8 2015/02/23 08:33:08 mgorny 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:0
+ >=dev-java/jflex-1.4.3:1.4
dev-java/jmock:1.0
test? ( dev-java/junit:0 )
${CDEPEND}"