diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-10 16:50:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-10 16:50:50 +0000 |
commit | 51ae10153ce7495dddf4c349de34bbd3f9996c80 (patch) | |
tree | 34162afdc2f413fa4c1f413d3452ad2bb5b9147d /app-portage | |
parent | Removed the keyword's from gcc-4.8.2-r1 (diff) | |
download | gentoo-2-51ae10153ce7495dddf4c349de34bbd3f9996c80.tar.gz gentoo-2-51ae10153ce7495dddf4c349de34bbd3f9996c80.tar.bz2 gentoo-2-51ae10153ce7495dddf4c349de34bbd3f9996c80.zip |
Stabilize for all.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portage-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/portage-utils/portage-utils-0.41.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/portage-utils/ChangeLog b/app-portage/portage-utils/ChangeLog index 09e98e56f875..2f1cdc7603b8 100644 --- a/app-portage/portage-utils/ChangeLog +++ b/app-portage/portage-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/portage-utils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v 1.150 2014/01/07 19:13:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v 1.151 2014/01/10 16:50:50 vapier Exp $ + + 10 Jan 2014; Mike Frysinger <vapier@gentoo.org> portage-utils-0.41.ebuild: + Stabilize for all. 07 Jan 2014; Mike Frysinger <vapier@gentoo.org> portage-utils-0.41.ebuild: Add epatch_user support. diff --git a/app-portage/portage-utils/portage-utils-0.41.ebuild b/app-portage/portage-utils/portage-utils-0.41.ebuild index af8d0a218ebd..328f771703d2 100644 --- a/app-portage/portage-utils/portage-utils-0.41.ebuild +++ b/app-portage/portage-utils/portage-utils-0.41.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.41.ebuild,v 1.4 2014/01/07 19:13:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.41.ebuild,v 1.5 2014/01/10 16:50:50 vapier Exp $ EAPI="3" @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static" DEPEND="app-arch/xz-utils" |