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 1Qt86f-0003Fn-I1 for garchives@archives.gentoo.org; Tue, 16 Aug 2011 01:06:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21E7721C144; Tue, 16 Aug 2011 01:06:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E848B21C144 for ; Tue, 16 Aug 2011 01:06:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6193F1B405F for ; Tue, 16 Aug 2011 01:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B61D480043 for ; Tue, 16 Aug 2011 01:06:04 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:gnome-next commit in: app-admin/eselect-gnome-shell-extensions/ X-VCS-Repository: proj/gnome X-VCS-Files: app-admin/eselect-gnome-shell-extensions/eselect-gnome-shell-extensions-20110811.ebuild X-VCS-Directories: app-admin/eselect-gnome-shell-extensions/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: e0f747d0bb6b8d3a17d55c1c7315152015c7106f Date: Tue, 16 Aug 2011 01:06:04 +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: X-Archives-Hash: 0d273234838ff4c5b384303e24990d6b commit: e0f747d0bb6b8d3a17d55c1c7315152015c7106f Author: Alexandre Rostovtsev gmail com> AuthorDate: Tue Aug 16 01:03:55 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Tue Aug 16 01:03:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3De0f747d0 app-admin/eselect-gnome-shell-extensions: make paludis happy Hopefully get paludis to stop complaining by giving using a file instead of a directory as the second argument of dosym. --- .../eselect-gnome-shell-extensions-20110811.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app-admin/eselect-gnome-shell-extensions/eselect-gnome-shell= -extensions-20110811.ebuild b/app-admin/eselect-gnome-shell-extensions/es= elect-gnome-shell-extensions-20110811.ebuild index a2f1804..f2b3cb0 100644 --- a/app-admin/eselect-gnome-shell-extensions/eselect-gnome-shell-extens= ions-20110811.ebuild +++ b/app-admin/eselect-gnome-shell-extensions/eselect-gnome-shell-extens= ions-20110811.ebuild @@ -30,7 +30,7 @@ src_install() { keepdir "/etc/eselect/gnome-shell-extensions" # The actual gschema override file will be greated in pkg_postinst. dosym "/etc/eselect/gnome-shell-extensions/${PN}.gschema.override" \ - "/usr/share/glib-2.0/schemas/" + "/usr/share/glib-2.0/schemas/${PN}.gschema.override" } =20 pkg_postinst() {