diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-07-26 11:32:45 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-07-26 11:32:45 +0000 |
commit | 2e381265e032474f77ea488f676ce2f6c074c750 (patch) | |
tree | eb8d31b6a42acbe6cd87751af792098862421198 /dev-libs/confuse/confuse-2.7.ebuild | |
parent | Fix over-quoting of variables, close bug #329881. (diff) | |
download | gentoo-2-2e381265e032474f77ea488f676ce2f6c074c750.tar.gz gentoo-2-2e381265e032474f77ea488f676ce2f6c074c750.tar.bz2 gentoo-2-2e381265e032474f77ea488f676ce2f6c074c750.zip |
Stable for HPPA (bug #327597).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-libs/confuse/confuse-2.7.ebuild')
-rw-r--r-- | dev-libs/confuse/confuse-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/confuse/confuse-2.7.ebuild b/dev-libs/confuse/confuse-2.7.ebuild index 834897feac76..81ab5ccb4f02 100644 --- a/dev-libs/confuse/confuse-2.7.ebuild +++ b/dev-libs/confuse/confuse-2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.7.ebuild,v 1.4 2010/07/14 13:00:47 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.7.ebuild,v 1.5 2010/07/26 11:32:45 jer Exp $ EAPI=3 @@ -10,7 +10,7 @@ SRC_URI="mirror://nongnu/confuse/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="nls static-libs" DEPEND="sys-devel/flex |