diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2013-02-02 12:15:02 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2013-02-02 12:15:02 +0000 |
commit | 97f76a5ddc127a6a88daa84acfe711c4bd6d5308 (patch) | |
tree | bdf93d77c28ee3c48e5e8294e324e38d68c6a403 | |
parent | Migrate to distutils-r1. (diff) | |
download | gentoo-2-97f76a5ddc127a6a88daa84acfe711c4bd6d5308.tar.gz gentoo-2-97f76a5ddc127a6a88daa84acfe711c4bd6d5308.tar.bz2 gentoo-2-97f76a5ddc127a6a88daa84acfe711c4bd6d5308.zip |
[app-portage/ufed] Add prefix keywords
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
-rw-r--r-- | app-portage/ufed/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/ufed/ufed-0.40-r11.ebuild | 4 | ||||
-rw-r--r-- | app-portage/ufed/ufed-0.40.2-r1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-portage/ufed/ChangeLog b/app-portage/ufed/ChangeLog index 6ebd9cc03968..74b8cbfe38b7 100644 --- a/app-portage/ufed/ChangeLog +++ b/app-portage/ufed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/ufed -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.92 2012/12/28 14:10:43 fuzzyray Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.93 2013/02/02 12:15:02 alexxy Exp $ + + 02 Feb 2013; Alexey Shvetsov <alexxy@gentoo.org> ufed-0.40-r11.ebuild, + ufed-0.40.2-r1.ebuild: + [app-portage/ufed] Add prefix keywords 28 Dec 2012; Paul Varner <fuzzyray@gentoo.org> metadata.xml: Removing tools-portage herd and adding a proxy maintainer. diff --git a/app-portage/ufed/ufed-0.40-r11.ebuild b/app-portage/ufed/ufed-0.40-r11.ebuild index fc4fd1dc874d..56ea9fcf6d1b 100644 --- a/app-portage/ufed/ufed-0.40-r11.ebuild +++ b/app-portage/ufed/ufed-0.40-r11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.40-r11.ebuild,v 1.3 2010/03/31 13:54:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.40-r11.ebuild,v 1.4 2013/02/02 12:15:02 alexxy Exp $ EAPI=2 diff --git a/app-portage/ufed/ufed-0.40.2-r1.ebuild b/app-portage/ufed/ufed-0.40.2-r1.ebuild index 4ccf1f68c11e..880651649234 100644 --- a/app-portage/ufed/ufed-0.40.2-r1.ebuild +++ b/app-portage/ufed/ufed-0.40.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.40.2-r1.ebuild,v 1.6 2012/12/16 19:53:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.40.2-r1.ebuild,v 1.7 2013/02/02 12:15:02 alexxy Exp $ EAPI=4 @@ -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 ~amd64-linux ~x86-linux" IUSE="" DEPEND="sys-libs/ncurses" |