summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-09-08 18:33:38 +0000
committerMike Frysinger <vapier@gentoo.org>2007-09-08 18:33:38 +0000
commit04f73401530aae65dc779b81b8608f462cbc686f (patch)
treeb157008e2513075aecf05dfef592c3ee80a0a8de /net-libs/libgssglue
parentBumped to latest release, unified multiple patch files into two, partly resul... (diff)
downloadgentoo-2-04f73401530aae65dc779b81b8608f462cbc686f.tar.gz
gentoo-2-04f73401530aae65dc779b81b8608f462cbc686f.tar.bz2
gentoo-2-04f73401530aae65dc779b81b8608f462cbc686f.zip
Block libgssapi #191561.
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-libs/libgssglue')
-rw-r--r--net-libs/libgssglue/ChangeLog5
-rw-r--r--net-libs/libgssglue/libgssglue-0.1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/net-libs/libgssglue/ChangeLog b/net-libs/libgssglue/ChangeLog
index c57a9433de3c..a76831d216d7 100644
--- a/net-libs/libgssglue/ChangeLog
+++ b/net-libs/libgssglue/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libgssglue
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgssglue/ChangeLog,v 1.4 2007/09/08 00:52:52 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgssglue/ChangeLog,v 1.5 2007/09/08 18:33:38 vapier Exp $
+
+ 08 Sep 2007; Mike Frysinger <vapier@gentoo.org> libgssglue-0.1.ebuild:
+ Block libgssapi #191561.
08 Sep 2007; Steve Dibb <beandog@gentoo.org> libgssglue-0.1.ebuild:
amd64 stable, security bug 191479
diff --git a/net-libs/libgssglue/libgssglue-0.1.ebuild b/net-libs/libgssglue/libgssglue-0.1.ebuild
index babf775108c0..6309925b2f2a 100644
--- a/net-libs/libgssglue/libgssglue-0.1.ebuild
+++ b/net-libs/libgssglue/libgssglue-0.1.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-libs/libgssglue/libgssglue-0.1.ebuild,v 1.4 2007/09/08 00:52:52 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgssglue/libgssglue-0.1.ebuild,v 1.5 2007/09/08 18:33:38 vapier Exp $
DESCRIPTION="exports a gssapi interface which calls other random gssapi libraries"
HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/"
@@ -11,6 +11,8 @@ SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
+RDEPEND="!app-crypt/libgssapi"
+
src_install() {
emake install DESTDIR="${D}" || die
dodoc AUTHORS ChangeLog NEWS README