summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-09-24 00:57:50 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-09-24 00:57:50 +0000
commit323c61eaf994b4f004e2ccb1c65be0d30d043dd4 (patch)
treefa2630707c4fee3e148b17f2e4ab7c30983bd9bc /app-crypt
parentrisc --> risk (diff)
downloadgentoo-2-323c61eaf994b4f004e2ccb1c65be0d30d043dd4.tar.gz
gentoo-2-323c61eaf994b4f004e2ccb1c65be0d30d043dd4.tar.bz2
gentoo-2-323c61eaf994b4f004e2ccb1c65be0d30d043dd4.zip
qa fix - missing USE flag
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild b/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild
index 0c85c63ca74e..802c88f39bdb 100644
--- a/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild
+++ b/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild,v 1.14 2006/09/23 09:24:08 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild,v 1.15 2006/09/24 00:57:50 dragonheart Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="http://www.vibe.at/tools/q-agent/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc amd64"
-IUSE="nls"
+IUSE="nls gtk"
COMMON_DEPEND="app-crypt/gnupg
=dev-libs/glib-1.2*