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 CDCA81395E8 for ; Mon, 30 Jan 2017 19:12:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 487722241A4; Mon, 30 Jan 2017 19:12:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26F6E2241D3 for ; Mon, 30 Jan 2017 19:12:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AB7C3413C3 for ; Mon, 30 Jan 2017 19:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A6EB3B3E for ; Mon, 30 Jan 2017 19:12:22 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1485803419.9d3d805cb794551eefa75ad498f34e194d673960.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libwnck/libwnck-2.31.0.ebuild x11-libs/libwnck/libwnck-3.20.1.ebuild X-VCS-Directories: x11-libs/libwnck/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9d3d805cb794551eefa75ad498f34e194d673960 X-VCS-Branch: master Date: Mon, 30 Jan 2017 19:12:22 +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: 08d8badc-5fd5-4d47-a6d1-d784ecde3f93 X-Archives-Hash: f470cee0eb82edb2f2a9a7a65feee833 commit: 9d3d805cb794551eefa75ad498f34e194d673960 Author: Fabian Groffen gentoo org> AuthorDate: Mon Jan 30 19:10:19 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jan 30 19:10:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3d805c x11-libs/libwnck: drop Interix mods Package-Manager: portage-2.3.3 x11-libs/libwnck/libwnck-2.31.0.ebuild | 7 ------- x11-libs/libwnck/libwnck-3.20.1.ebuild | 7 ------- 2 files changed, 14 deletions(-) diff --git a/x11-libs/libwnck/libwnck-2.31.0.ebuild b/x11-libs/libwnck/libwnck-2.31.0.ebuild index 8c933cf..3799c76 100644 --- a/x11-libs/libwnck/libwnck-2.31.0.ebuild +++ b/x11-libs/libwnck/libwnck-2.31.0.ebuild @@ -31,7 +31,6 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.40 sys-devel/gettext virtual/pkgconfig - x86-interix? ( sys-libs/itx-bind ) " # eautoreconf needs # gnome-base/gnome-common @@ -43,12 +42,6 @@ src_prepare() { rm -v libwnck/wnck-marshal.{c,h} || die "rm failed" gnome2_src_prepare - - if use x86-interix; then - # activate the itx-bind package... - append-flags "-I${EPREFIX}/usr/include/bind" - append-ldflags "-L${EPREFIX}/usr/lib/bind" - fi } src_configure () { diff --git a/x11-libs/libwnck/libwnck-3.20.1.ebuild b/x11-libs/libwnck/libwnck-3.20.1.ebuild index 0f270b0..4b9cb02 100644 --- a/x11-libs/libwnck/libwnck-3.20.1.ebuild +++ b/x11-libs/libwnck/libwnck-3.20.1.ebuild @@ -25,7 +25,6 @@ RDEPEND=" x11-libs/libXext introspection? ( >=dev-libs/gobject-introspection-0.6.14:= ) startup-notification? ( >=x11-libs/startup-notification-0.4 ) - x86-interix? ( sys-libs/itx-bind ) " DEPEND="${RDEPEND} dev-util/gtk-doc-am @@ -37,12 +36,6 @@ DEPEND="${RDEPEND} # gnome-base/gnome-common src_configure() { - if use x86-interix; then - # activate the itx-bind package... - append-flags "-I${EPREFIX}/usr/include/bind" - append-ldflags "-L${EPREFIX}/usr/lib/bind" - fi - # Don't collide with SLOT=1 gnome2_src_configure \ --disable-static \