diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-04-01 13:03:50 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-04-01 13:03:50 +0000 |
commit | 78ea50ed9fefc0a76c5e55d93ce755b9b683b602 (patch) | |
tree | cf4e1c08ae9de397964c4e06666d71def209fa8f /sys-devel | |
parent | app-crypt/stan - Adpoted by me. Added to crypto herd. (diff) | |
download | gentoo-2-78ea50ed9fefc0a76c5e55d93ce755b9b683b602.tar.gz gentoo-2-78ea50ed9fefc0a76c5e55d93ce755b9b683b602.tar.bz2 gentoo-2-78ea50ed9fefc0a76c5e55d93ce755b9b683b602.zip |
ppc64 stable wrt #358681
(Portage version: 2.2.0_alpha29/cvs/Linux ppc64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/qconf/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/qconf/qconf-1.5_pre717-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/qconf/ChangeLog b/sys-devel/qconf/ChangeLog index 7e184766ffce..5473523d5bf2 100644 --- a/sys-devel/qconf/ChangeLog +++ b/sys-devel/qconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/qconf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.13 2011/03/27 19:44:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.14 2011/04/01 13:03:50 xarthisius Exp $ + + 01 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> + qconf-1.5_pre717-r1.ebuild: + ppc64 stable wrt #358681 27 Mar 2011; Brent Baude <ranger@gentoo.org> qconf-1.5_pre717-r1.ebuild: stable ppc, bug 358681 diff --git a/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild b/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild index 913bdd5297e7..1578ccf73634 100644 --- a/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild +++ b/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.2 2011/03/27 19:44:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.3 2011/04/01 13:03:50 xarthisius Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="x11-libs/qt-core" |