summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-09-09 09:15:35 +0000
committerMarinus Schraal <foser@gentoo.org>2003-09-09 09:15:35 +0000
commite42d0ae70ea9feab4df749f71fef6eb8fc670595 (patch)
tree3ef823098f21a0b035c5101347ea89aff9a7a4c2 /net-libs/loudmouth
parentrepoman: fix leading whitespace (diff)
downloadhistorical-e42d0ae70ea9feab4df749f71fef6eb8fc670595.tar.gz
historical-e42d0ae70ea9feab4df749f71fef6eb8fc670595.tar.bz2
historical-e42d0ae70ea9feab4df749f71fef6eb8fc670595.zip
fix IUSE
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r--net-libs/loudmouth/ChangeLog5
-rw-r--r--net-libs/loudmouth/Manifest4
-rw-r--r--net-libs/loudmouth/loudmouth-0.13.2-r1.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog
index 30cffa86762f..becc19573bef 100644
--- a/net-libs/loudmouth/ChangeLog
+++ b/net-libs/loudmouth/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-libs/loudmouth
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.6 2003/09/07 13:14:16 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.7 2003/09/09 09:15:24 foser Exp $
*loudmouth-0.13.2-r1 (07 Sep 2003)
+ 09 Sep 2003; foser <foser@gentoo.org> loudmouth-0.13.2-r1.ebuild :
+ Add 'ssl' to IUSE
+
07 Sep 2003; foser <foser@gentoo.org> loudmouth-0.13.2-r1.ebuild :
Add ssl support via gnutls
diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest
index f1cc00dcfa47..b61c08f29c01 100644
--- a/net-libs/loudmouth/Manifest
+++ b/net-libs/loudmouth/Manifest
@@ -1,6 +1,6 @@
MD5 b74727a298acb1963a76933d1d34b3fb loudmouth-0.13.2.ebuild 697
-MD5 04e98f89a20817104b82adcd930f83e2 loudmouth-0.13.2-r1.ebuild 674
-MD5 e861f996b4aacb7353f4004e816d6fb8 ChangeLog 882
+MD5 ed85cf2047a3736ad50398f159953198 loudmouth-0.13.2-r1.ebuild 678
+MD5 3859a14ddf486bd35a043285dccaf254 ChangeLog 972
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 5847cfbe6c3d2f88d2d4d38cbc3fbae2 files/digest-loudmouth-0.13.2 69
MD5 5847cfbe6c3d2f88d2d4d38cbc3fbae2 files/digest-loudmouth-0.13.2-r1 69
diff --git a/net-libs/loudmouth/loudmouth-0.13.2-r1.ebuild b/net-libs/loudmouth/loudmouth-0.13.2-r1.ebuild
index c0a3a521c915..69fb7047a2e2 100644
--- a/net-libs/loudmouth/loudmouth-0.13.2-r1.ebuild
+++ b/net-libs/loudmouth/loudmouth-0.13.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.13.2-r1.ebuild,v 1.1 2003/09/07 13:14:16 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.13.2-r1.ebuild,v 1.2 2003/09/09 09:15:24 foser Exp $
inherit gnome2
@@ -11,7 +11,7 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
-IUSE="doc"
+IUSE="doc ssl"
RDEPEND=">=dev-libs/glib-2
ssl? ( net-libs/gnutls )"