diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-20 08:25:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-20 08:25:27 +0000 |
commit | 217a76a89a348aa642f8fc0557fc72b7db165d2c (patch) | |
tree | a494ce60d0969600811f137c61eb322d839a02fa /app-portage | |
parent | Stable for amd64, wrt bug #408743 (diff) | |
download | gentoo-2-217a76a89a348aa642f8fc0557fc72b7db165d2c.tar.gz gentoo-2-217a76a89a348aa642f8fc0557fc72b7db165d2c.tar.bz2 gentoo-2-217a76a89a348aa642f8fc0557fc72b7db165d2c.zip |
Stable for amd64, wrt bug #408903
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/conf-update/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/conf-update/conf-update-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/conf-update/ChangeLog b/app-portage/conf-update/ChangeLog index beb612e3af6a..4f1eccc2a513 100644 --- a/app-portage/conf-update/ChangeLog +++ b/app-portage/conf-update/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/conf-update # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/conf-update/ChangeLog,v 1.32 2012/02/19 13:39:18 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/conf-update/ChangeLog,v 1.33 2012/03/20 08:25:27 ago Exp $ + + 20 Mar 2012; Agostino Sarubbo <ago@gentoo.org> conf-update-1.0.2.ebuild: + Stable for amd64, wrt bug #408903 19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> conf-update-1.0.1.ebuild: Stable on alpha, bug #393703 diff --git a/app-portage/conf-update/conf-update-1.0.2.ebuild b/app-portage/conf-update/conf-update-1.0.2.ebuild index 481b9b316ed2..e7099ce6761b 100644 --- a/app-portage/conf-update/conf-update-1.0.2.ebuild +++ b/app-portage/conf-update/conf-update-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/conf-update/conf-update-1.0.2.ebuild,v 1.2 2012/02/20 15:56:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/conf-update/conf-update-1.0.2.ebuild,v 1.3 2012/03/20 08:25:27 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~x86" IUSE="colordiff" RDEPEND=">=dev-libs/glib-2.6 |