diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-21 15:50:51 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-21 15:50:51 +0000 |
commit | fbd5098f2dbb3f53ebaf7d01396abc9c50bf4e7d (patch) | |
tree | 06598e1a3480aea78e66cdf7c77736fc84815546 /app-crypt | |
parent | Fix typing error in emerald dep. (diff) | |
download | gentoo-2-fbd5098f2dbb3f53ebaf7d01396abc9c50bf4e7d.tar.gz gentoo-2-fbd5098f2dbb3f53ebaf7d01396abc9c50bf4e7d.tar.bz2 gentoo-2-fbd5098f2dbb3f53ebaf7d01396abc9c50bf4e7d.zip |
Stable on amd64 wrt bug #167664.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libgssapi/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/libgssapi/libgssapi-0.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/libgssapi/ChangeLog b/app-crypt/libgssapi/ChangeLog index bcff43db6a57..245ef9728c10 100644 --- a/app-crypt/libgssapi/ChangeLog +++ b/app-crypt/libgssapi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/libgssapi # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/libgssapi/ChangeLog,v 1.8 2007/03/16 20:14:18 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libgssapi/ChangeLog,v 1.9 2007/03/21 15:50:51 wolf31o2 Exp $ + + 21 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> libgssapi-0.10.ebuild: + Stable on amd64 wrt bug #167664. 16 Mar 2007; nixnut <nixnut@gentoo.org> libgssapi-0.10.ebuild: Stable on ppc wrt bug 167664 diff --git a/app-crypt/libgssapi/libgssapi-0.10.ebuild b/app-crypt/libgssapi/libgssapi-0.10.ebuild index 611d0493c801..3a1c7e7f85d2 100644 --- a/app-crypt/libgssapi/libgssapi-0.10.ebuild +++ b/app-crypt/libgssapi/libgssapi-0.10.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/app-crypt/libgssapi/libgssapi-0.10.ebuild,v 1.9 2007/03/16 20:14:18 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libgssapi/libgssapi-0.10.ebuild,v 1.10 2007/03/21 15:50:51 wolf31o2 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libgssapi/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="" |