diff options
Diffstat (limited to 'www-apache/mod_gnutls/mod_gnutls-0.5.1.ebuild')
-rw-r--r-- | www-apache/mod_gnutls/mod_gnutls-0.5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apache/mod_gnutls/mod_gnutls-0.5.1.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.5.1.ebuild index 32d17a46d242..ca2a753d1786 100644 --- a/www-apache/mod_gnutls/mod_gnutls-0.5.1.ebuild +++ b/www-apache/mod_gnutls/mod_gnutls-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.5.1.ebuild,v 1.1 2008/03/22 16:06:48 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.5.1.ebuild,v 1.2 2009/01/01 14:15:47 hollow Exp $ inherit apache-module ssl-cert @@ -10,7 +10,7 @@ SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="amd64 ~sparc x86" IUSE="" DEPEND=">=net-libs/gnutls-2.2.1" |