projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e7237
)
app-backup/tsm: Fix dependency on wrong java version, #530900
author
Marius Brehler
<marbre@linux.sungazer.de>
Wed, 12 Aug 2015 08:53:01 +0000
(10:53 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 15 Aug 2015 16:37:44 +0000
(18:37 +0200)
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=530900
Package-Manager: portage-2.2.20
app-backup/tsm/tsm-7.1.0.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-backup/tsm/tsm-7.1.0.0-r1.ebuild
b/app-backup/tsm/tsm-7.1.0.0-r1.ebuild
index 976f2e1c61070ed555baca6ac30995834d508e1a..9cf6102dce4fa86af00d93210105f8809a31dfb1 100644
(file)
--- a/
app-backup/tsm/tsm-7.1.0.0-r1.ebuild
+++ b/
app-backup/tsm/tsm-7.1.0.0-r1.ebuild
@@
-56,7
+56,7
@@
RDEPEND="
dev-libs/libxml2
=sys-fs/fuse-2*
acl? ( sys-apps/acl )
- java? ( virtual/jre:1.
6
)
+ java? ( virtual/jre:1.
7
)
"
S="${WORKDIR}"