diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-14 12:37:12 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-14 12:37:12 +0000 |
commit | 697177ecae018a6f564184493e922e561f9b6044 (patch) | |
tree | 2896f0464662a1f0ac30227462022830511aa206 /app-portage | |
parent | s/src_prepare/src_configure/ (diff) | |
download | gentoo-2-697177ecae018a6f564184493e922e561f9b6044.tar.gz gentoo-2-697177ecae018a6f564184493e922e561f9b6044.tar.bz2 gentoo-2-697177ecae018a6f564184493e922e561f9b6044.zip |
stable x86, bug 300519
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/ufed/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/ufed/ufed-0.40.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-portage/ufed/ChangeLog b/app-portage/ufed/ChangeLog index 9928bbda56e5..569e27c80431 100644 --- a/app-portage/ufed/ChangeLog +++ b/app-portage/ufed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/ufed -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.71 2009/10/27 21:15:20 truedfx Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.72 2010/01/14 12:37:12 fauli Exp $ + + 14 Jan 2010; Christian Faulhammer <fauli@gentoo.org> ufed-0.40.1.ebuild: + stable x86, bug 300519 *ufed-0.40.1 (27 Oct 2009) diff --git a/app-portage/ufed/ufed-0.40.1.ebuild b/app-portage/ufed/ufed-0.40.1.ebuild index bde98c1d71f8..fa3aa457774b 100644 --- a/app-portage/ufed/ufed-0.40.1.ebuild +++ b/app-portage/ufed/ufed-0.40.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.40.1.ebuild,v 1.1 2009/10/27 21:15:20 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.40.1.ebuild,v 1.2 2010/01/14 12:37:12 fauli Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="sys-libs/ncurses" |