diff options
author | 2009-10-24 11:24:08 +0000 | |
---|---|---|
committer | 2009-10-24 11:24:08 +0000 | |
commit | a3da21f2d7ae729232987b62dda21bc620ed9cdb (patch) | |
tree | b5e7ff21f835be4ef4f03e09391cc4cb2689d825 /dev-libs/libmemcached/libmemcached-0.31.ebuild | |
parent | Keyworded on alpha, bug #285952 (diff) | |
download | gentoo-2-a3da21f2d7ae729232987b62dda21bc620ed9cdb.tar.gz gentoo-2-a3da21f2d7ae729232987b62dda21bc620ed9cdb.tar.bz2 gentoo-2-a3da21f2d7ae729232987b62dda21bc620ed9cdb.zip |
Stable on alpha, bug #288166
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libmemcached/libmemcached-0.31.ebuild')
-rw-r--r-- | dev-libs/libmemcached/libmemcached-0.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libmemcached/libmemcached-0.31.ebuild b/dev-libs/libmemcached/libmemcached-0.31.ebuild index d9db87f7b29c..e21639df2f26 100644 --- a/dev-libs/libmemcached/libmemcached-0.31.ebuild +++ b/dev-libs/libmemcached/libmemcached-0.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/libmemcached-0.31.ebuild,v 1.2 2009/10/23 14:12:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/libmemcached-0.31.ebuild,v 1.3 2009/10/24 11:24:08 klausman Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://download.tangent.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd" IUSE="debug hsieh" DEPEND="net-misc/memcached" |