From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A1651384B4 for ; Sat, 14 Nov 2015 13:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BEF621C0DB; Sat, 14 Nov 2015 13:48:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16C5621C0B1 for ; Sat, 14 Nov 2015 13:48:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24FAC340775 for ; Sat, 14 Nov 2015 13:48:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A86E82099 for ; Sat, 14 Nov 2015 13:48:15 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1447508789.6ca89c808f7782cd44ea1f03e591765415ad645c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/vte/vte-0.42.1.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6ca89c808f7782cd44ea1f03e591765415ad645c X-VCS-Branch: master Date: Sat, 14 Nov 2015 13:48:15 +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: 28c917ca-eda6-4a69-ac5f-5b02dce08c62 X-Archives-Hash: 0da5eff9df73a66880756b20856c7372 commit: 6ca89c808f7782cd44ea1f03e591765415ad645c Author: Pacho Ramos gentoo org> AuthorDate: Sat Nov 14 12:39:31 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Nov 14 13:46:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca89c80 x11-libs/vte: Stop using obsolete configure option Package-Manager: portage-2.2.24 x11-libs/vte/vte-0.42.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-libs/vte/vte-0.42.1.ebuild b/x11-libs/vte/vte-0.42.1.ebuild index a126108..909abbd 100644 --- a/x11-libs/vte/vte-0.42.1.ebuild +++ b/x11-libs/vte/vte-0.42.1.ebuild @@ -60,7 +60,6 @@ src_configure() { # Python bindings are via gobject-introspection # Ex: from gi.repository import Vte gnome2_src_configure \ - --disable-deprecation \ --disable-test-application \ --disable-static \ $(use_enable debug) \