summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2015-02-23 20:36:09 +0000
committerZac Medico <zmedico@gentoo.org>2015-02-23 20:36:09 +0000
commitcbe5b260e69af444b95f93936bd82f07461b7e83 (patch)
treee32fcb5b4e4098d00942789839a41333cace5d0d /dev-java/netty-common
parentFix HOMEPAGE & SRC_URI, bug #537798. https://github.com/gentoo/gentoo-portage... (diff)
downloadgentoo-2-cbe5b260e69af444b95f93936bd82f07461b7e83.tar.gz
gentoo-2-cbe5b260e69af444b95f93936bd82f07461b7e83.tar.bz2
gentoo-2-cbe5b260e69af444b95f93936bd82f07461b7e83.zip
Increase netty-common-4.0.21 java dep to 1.7 for bug 529108.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAE5719A3)
Diffstat (limited to 'dev-java/netty-common')
-rw-r--r--dev-java/netty-common/ChangeLog7
-rw-r--r--dev-java/netty-common/netty-common-4.0.21.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-java/netty-common/ChangeLog b/dev-java/netty-common/ChangeLog
index 299a3feb5ccd..1d2e69d94004 100644
--- a/dev-java/netty-common/ChangeLog
+++ b/dev-java/netty-common/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/netty-common
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/netty-common/ChangeLog,v 1.2 2014/07/15 07:50:55 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/netty-common/ChangeLog,v 1.3 2015/02/23 20:36:09 zmedico Exp $
+
+ 23 Feb 2015; Zac Medico <zmedico@gentoo.org> netty-common-4.0.21.ebuild:
+ Increase netty-common-4.0.21 java dep to 1.7 for bug 529108.
*netty-common-4.0.21 (15 Jul 2014)
diff --git a/dev-java/netty-common/netty-common-4.0.21.ebuild b/dev-java/netty-common/netty-common-4.0.21.ebuild
index ce6794c5b0a8..d6a0733641b0 100644
--- a/dev-java/netty-common/netty-common-4.0.21.ebuild
+++ b/dev-java/netty-common/netty-common-4.0.21.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 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/netty-common/netty-common-4.0.21.ebuild,v 1.1 2014/07/15 07:50:55 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/netty-common/netty-common-4.0.21.ebuild,v 1.2 2015/02/23 20:36:09 zmedico Exp $
EAPI="5"
@@ -22,9 +22,9 @@ CDEPEND="dev-java/commons-logging:0
dev-java/javassist:3
dev-java/log4j:0
dev-java/slf4j-api:0"
-RDEPEND=">=virtual/jre-1.6
+RDEPEND=">=virtual/jre-1.7
${CDEPEND}"
-DEPEND=">=virtual/jdk-1.6
+DEPEND=">=virtual/jdk-1.7
${CDEPEND}"
S="${WORKDIR}/${MY_PN}-${MY_P}.Final/${PN/${MY_PN}-}"