summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-10-01 20:19:27 +0000
committerSven Wegener <swegener@gentoo.org>2007-10-01 20:19:27 +0000
commit698b479d5e71e8752d4cc555931c9cd3ceeae963 (patch)
treec46bcc9904f25bfcf46e4347d486bdcdf0a385f7 /net-im
parentUse full atoms for built_with_use. (diff)
downloadgentoo-2-698b479d5e71e8752d4cc555931c9cd3ceeae963.tar.gz
gentoo-2-698b479d5e71e8752d4cc555931c9cd3ceeae963.tar.bz2
gentoo-2-698b479d5e71e8752d4cc555931c9cd3ceeae963.zip
Use full atoms for built_with_use.
(Portage version: 2.1.3.11)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/silc-plugin/ChangeLog5
-rw-r--r--net-im/silc-plugin/silc-plugin-1.1.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/silc-plugin/ChangeLog b/net-im/silc-plugin/ChangeLog
index 94fe0c8137a4..576111d26512 100644
--- a/net-im/silc-plugin/ChangeLog
+++ b/net-im/silc-plugin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/silc-plugin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/ChangeLog,v 1.26 2007/08/22 05:21:07 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/ChangeLog,v 1.27 2007/10/01 20:19:27 swegener Exp $
+
+ 01 Oct 2007; Sven Wegener <swegener@gentoo.org> silc-plugin-1.1.2.ebuild:
+ Use full atoms for built_with_use.
22 Aug 2007; Andrej Kacian <ticho@gentoo.org> silc-plugin-1.1.2.ebuild:
Added a check for perl support in irssi.
diff --git a/net-im/silc-plugin/silc-plugin-1.1.2.ebuild b/net-im/silc-plugin/silc-plugin-1.1.2.ebuild
index 21f950ca3646..f08afbcaab95 100644
--- a/net-im/silc-plugin/silc-plugin-1.1.2.ebuild
+++ b/net-im/silc-plugin/silc-plugin-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/silc-plugin-1.1.2.ebuild,v 1.3 2007/08/22 06:48:08 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/silc-plugin-1.1.2.ebuild,v 1.4 2007/10/01 20:19:27 swegener Exp $
inherit eutils perl-module
@@ -26,7 +26,7 @@ RDEPEND=">=net-irc/irssi-${IRSSI_PV%a}
S="${WORKDIR}/silc-client-${PV}"
pkg_setup() {
- if ! built_with_use irssi perl ; then
+ if ! built_with_use net-irc/irssi perl ; then
die "Irssi was built without perl support, building a perl plugin makes no sense."
fi
}