diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2015-08-12 10:53:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-08-15 18:37:44 +0200 |
commit | 0ab31002f44d6e78829dfb15be90559f9f0f0abc (patch) | |
tree | c3c9c48b60c067417e2047a4fef5ee0d52865295 /app-backup/tsm | |
parent | sci-astronomy/erfa: Version Bump (diff) | |
download | gentoo-0ab31002f44d6e78829dfb15be90559f9f0f0abc.tar.gz gentoo-0ab31002f44d6e78829dfb15be90559f9f0f0abc.tar.bz2 gentoo-0ab31002f44d6e78829dfb15be90559f9f0f0abc.zip |
app-backup/tsm: Fix dependency on wrong java version, #530900
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=530900
Package-Manager: portage-2.2.20
Diffstat (limited to 'app-backup/tsm')
-rw-r--r-- | app-backup/tsm/tsm-7.1.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 976f2e1c6107..9cf6102dce4f 100644 --- 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}" |