diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-04-11 13:27:05 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-04-11 13:27:05 +0000 |
commit | 1d0fb11d586a6200321c86435925f79972fab76f (patch) | |
tree | 6928e1211a710f52eedb6f2c54ac6d827a09f298 /sys-devel/qconf | |
parent | new-dns/djbdns: Add new patch to fix parallel compilation issues wrt bug 362771. (diff) | |
download | gentoo-2-1d0fb11d586a6200321c86435925f79972fab76f.tar.gz gentoo-2-1d0fb11d586a6200321c86435925f79972fab76f.tar.bz2 gentoo-2-1d0fb11d586a6200321c86435925f79972fab76f.zip |
x86 stable wrt bug #358681
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'sys-devel/qconf')
-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 17d2e153eb7b..f5ed85df0763 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.15 2011/04/05 15:11:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.16 2011/04/11 13:27:05 phajdan.jr Exp $ + + 11 Apr 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + qconf-1.5_pre717-r1.ebuild: + x86 stable wrt bug #358681 05 Apr 2011; Jeroen Roovers <jer@gentoo.org> qconf-1.5_pre717-r1.ebuild: Stable for HPPA (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 028f695bc792..26081101917d 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.4 2011/04/05 15:11:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.5 2011/04/11 13:27:05 phajdan.jr 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" |