From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E0C81382C5 for ; Sun, 1 Apr 2018 12:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 916AAE0963; Sun, 1 Apr 2018 12:01:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63E76E0963 for ; Sun, 1 Apr 2018 12:01:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED984335D94 for ; Sun, 1 Apr 2018 12:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E88FD263 for ; Sun, 1 Apr 2018 12:01:08 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1522583956.a01f661ac006818d8ee6dd4283df6a850ee1f3a4.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ssvnc/, net-misc/ssvnc/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ssvnc/files/Makefile.vncviewer net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild net-misc/ssvnc/ssvnc-1.0.29-r2.ebuild X-VCS-Directories: net-misc/ssvnc/files/ net-misc/ssvnc/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a01f661ac006818d8ee6dd4283df6a850ee1f3a4 X-VCS-Branch: master Date: Sun, 1 Apr 2018 12:01:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5cc49dc3-2aac-45a5-b5f7-1d243ac0a36b X-Archives-Hash: 1b2e02592df010e989ff743a9528eb62 commit: a01f661ac006818d8ee6dd4283df6a850ee1f3a4 Author: Ulrich Müller gentoo org> AuthorDate: Sun Apr 1 11:55:01 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Apr 1 11:59:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01f661a net-misc/ssvnc: Drop unnecessary X libraries. Straight to stable, because only dependencies are affected, but installed files do not change. Closes: https://bugs.gentoo.org/649130 Package-Manager: Portage-2.3.27, Repoman-2.3.9 net-misc/ssvnc/files/Makefile.vncviewer | 2 +- net-misc/ssvnc/{ssvnc-1.0.29-r1.ebuild => ssvnc-1.0.29-r2.ebuild} | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/net-misc/ssvnc/files/Makefile.vncviewer b/net-misc/ssvnc/files/Makefile.vncviewer index 60879b9461a..4b6e745c697 100644 --- a/net-misc/ssvnc/files/Makefile.vncviewer +++ b/net-misc/ssvnc/files/Makefile.vncviewer @@ -1,6 +1,6 @@ CFLAGS += -fno-strength-reduce -fno-strict-aliasing CPPFLAGS += -I. -I../include -D_GNU_SOURCE -DMITSHM -LDLIBS += ../libvncauth/libvncauth.a -lz -ljpeg -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11 +LDLIBS += ../libvncauth/libvncauth.a -lz -ljpeg -lXaw -lXmu -lXt -lXext -lX11 include Makefile.in all: vncviewer vncviewer: $(SRCS:.c=.o) diff --git a/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild b/net-misc/ssvnc/ssvnc-1.0.29-r2.ebuild similarity index 95% rename from net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild rename to net-misc/ssvnc/ssvnc-1.0.29-r2.ebuild index 7cd986affb1..91bb7ba5799 100644 --- a/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild +++ b/net-misc/ssvnc/ssvnc-1.0.29-r2.ebuild @@ -21,14 +21,10 @@ RDEPEND="sys-libs/zlib net-misc/stunnel java? ( virtual/jre:* ) x11-terms/xterm - x11-libs/libICE - x11-libs/libSM x11-libs/libXaw x11-libs/libX11 x11-libs/libXext x11-libs/libXmu - x11-libs/libXp - x11-libs/libXpm x11-libs/libXt" DEPEND="${RDEPEND} java? ( virtual/jdk )"