From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RpRSU-0008Na-0F for garchives@archives.gentoo.org; Mon, 23 Jan 2012 21:29:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84649E103D; Mon, 23 Jan 2012 21:29:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 59AA1E1032 for ; Mon, 23 Jan 2012 21:29:38 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC2161B401D for ; Mon, 23 Jan 2012 21:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DD43180044 for ; Mon, 23 Jan 2012 21:29:36 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gtk+/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/gtk+/gtk+-3.3.10.ebuild x11-libs/gtk+/gtk+-9999.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: fd1a35df1189ab790ce769d8534f03230b568c3b Date: Mon, 23 Jan 2012 21:29:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: bfba7986-b559-4b60-9dc1-c06d81b00881 X-Archives-Hash: 95331362e01c9b2a201716b6a130fc4e commit: fd1a35df1189ab790ce769d8534f03230b568c3b Author: Priit Laes plaes org> AuthorDate: Mon Jan 23 21:18:55 2012 +0000 Commit: Priit Laes plaes org> CommitDate: Mon Jan 23 21:18:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dfd1a35df x11-libs/gtk+: Fix eclass usage --- x11-libs/gtk+/gtk+-3.3.10.ebuild | 2 +- x11-libs/gtk+/gtk+-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/gtk+/gtk+-3.3.10.ebuild b/x11-libs/gtk+/gtk+-3.3.10= .ebuild index 00240b1..1a0185d 100644 --- a/x11-libs/gtk+/gtk+-3.3.10.ebuild +++ b/x11-libs/gtk+/gtk+-3.3.10.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D"4" =20 -inherit eutils flag-o-matic gnome.org gnome2-utils libtool virtualx +inherit eutils flag-o-matic gnome.org gnome2 libtool virtualx if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live fi diff --git a/x11-libs/gtk+/gtk+-9999.ebuild b/x11-libs/gtk+/gtk+-9999.ebu= ild index 00240b1..1a0185d 100644 --- a/x11-libs/gtk+/gtk+-9999.ebuild +++ b/x11-libs/gtk+/gtk+-9999.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D"4" =20 -inherit eutils flag-o-matic gnome.org gnome2-utils libtool virtualx +inherit eutils flag-o-matic gnome.org gnome2 libtool virtualx if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live fi