diff options
author | 2015-05-13 14:18:58 +0000 | |
---|---|---|
committer | 2015-05-13 14:18:58 +0000 | |
commit | ad7a34a8150e534cc587023dfc8b92a6a621568c (patch) | |
tree | e9903c9540aadeb0bb473b0e837acb6ab28cdfbf /dev-java | |
parent | Version bump (diff) | |
download | gentoo-2-ad7a34a8150e534cc587023dfc8b92a6a621568c.tar.gz gentoo-2-ad7a34a8150e534cc587023dfc8b92a6a621568c.tar.bz2 gentoo-2-ad7a34a8150e534cc587023dfc8b92a6a621568c.zip |
Correct wrong slot.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/slf4j-api/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/slf4j-api/slf4j-api-1.7.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/slf4j-api/ChangeLog b/dev-java/slf4j-api/ChangeLog index 22212b6db99c..757b08a69ed7 100644 --- a/dev-java/slf4j-api/ChangeLog +++ b/dev-java/slf4j-api/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/slf4j-api -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/ChangeLog,v 1.22 2014/04/25 06:01:13 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/ChangeLog,v 1.23 2015/05/13 14:18:58 monsieurp Exp $ + + 13 May 2015; Patrice Clement <monsieurp@gentoo.org> slf4j-api-1.7.7.ebuild: + Correct wrong slot. *slf4j-api-1.7.7 (25 Apr 2014) diff --git a/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild b/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild index 21d44a3c3c6c..4161105cdf05 100644 --- a/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild +++ b/dev-java/slf4j-api/slf4j-api-1.7.7.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/slf4j-api/slf4j-api-1.7.7.ebuild,v 1.1 2014/04/25 06:01:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild,v 1.2 2015/05/13 14:18:58 monsieurp Exp $ EAPI=5 JAVA_PKG_IUSE="doc source" @@ -21,7 +21,7 @@ DEPEND=">=virtual/jdk-1.5 app-arch/unzip test? ( dev-java/junit:4 - dev-java/ant-junit4:0 + dev-java/ant-junit:0 )" S="${WORKDIR}/${P/-api/}/${PN}" |