diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-10-05 19:18:24 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-10-05 20:40:24 +0100 |
commit | 7aab1cab5674296c86215f3a58d91dabd3f2474e (patch) | |
tree | 24504966a5d3fa40f5d102a201b3e91fe7833dbf /dev-util/visualvm | |
parent | dev-java/icedtea-bin: MULTILIB_COMPAT needs to be before inherit (diff) | |
download | gentoo-7aab1cab5674296c86215f3a58d91dabd3f2474e.tar.gz gentoo-7aab1cab5674296c86215f3a58d91dabd3f2474e.tar.bz2 gentoo-7aab1cab5674296c86215f3a58d91dabd3f2474e.zip |
dev-util/visualvm: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2480
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-util/visualvm')
-rw-r--r-- | dev-util/visualvm/files/netbeans-platform-version.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/visualvm/files/netbeans-platform-version.patch b/dev-util/visualvm/files/netbeans-platform-version.patch deleted file mode 100644 index bf78fbc4cd73..000000000000 --- a/dev-util/visualvm/files/netbeans-platform-version.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- acinclude.m4.orig 2011-12-18 17:04:39.247567465 +0100 -+++ acinclude.m4 2011-12-18 17:06:45.785726437 +0100 -@@ -152,7 +152,9 @@ - ]) - AC_MSG_RESULT([${SYSTEM_NETBEANS_DIR}]) - AC_SUBST(SYSTEM_NETBEANS_DIR) --if test "$VVVERSION" = "1.3.3"; then -+if test -n "$NB_PLATFORM"; then -+ : -+elif test "$VVVERSION" = "1.3.3"; then - NB_PLATFORM=platform13; - else if test "$VVVERSION" = "1.3.2"; then - NB_PLATFORM=platform12; |