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 03341138247 for ; Thu, 19 Dec 2013 23:40:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CEA1E0B93; Thu, 19 Dec 2013 23:40:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F121E0B76 for ; Thu, 19 Dec 2013 23:40:12 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D53333F5C3 for ; Thu, 19 Dec 2013 23:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A8AE8110352 for ; Thu, 19 Dec 2013 23:40:08 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1387496123.e8c9ce3d103d4647a7a37abfdb51b4a702a97e0b.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/libcryptui/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/libcryptui/libcryptui-9999.ebuild X-VCS-Directories: x11-libs/libcryptui/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: e8c9ce3d103d4647a7a37abfdb51b4a702a97e0b X-VCS-Branch: master Date: Thu, 19 Dec 2013 23:40: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: 26b35e50-1b6b-4453-97f8-864f74baf4e4 X-Archives-Hash: a53d22f0a5ec4130806ed4ed0d6b714b commit: e8c9ce3d103d4647a7a37abfdb51b4a702a97e0b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Dec 19 23:35:23 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Dec 19 23:35:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e8c9ce3d x11-libs/libcryptui: fix IUSE modification for live ebuild --- x11-libs/libcryptui/libcryptui-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libcryptui/libcryptui-9999.ebuild b/x11-libs/libcryptui/libcryptui-9999.ebuild index 4155f4d..03f495c 100644 --- a/x11-libs/libcryptui/libcryptui-9999.ebuild +++ b/x11-libs/libcryptui/libcryptui-9999.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1" SLOT="0" IUSE="+introspection libnotify" if [[ ${PV} = 9999 ]]; then - IUSE="doc" + IUSE="${IUSE} doc" KEYWORDS="" else KEYWORDS="~amd64 ~x86 ~x86-fbsd"