diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-03-10 08:45:32 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-03-10 08:45:32 +0000 |
commit | 5341425ef58545d8f1c3be7f35f2b061e74d4b21 (patch) | |
tree | b65f453a81ff5f92bd73a8a92ee16a2566159592 /sys-devel/qconf | |
parent | Upstream repository has been branched for the 23.2 release. (diff) | |
download | gentoo-2-5341425ef58545d8f1c3be7f35f2b061e74d4b21.tar.gz gentoo-2-5341425ef58545d8f1c3be7f35f2b061e74d4b21.tar.bz2 gentoo-2-5341425ef58545d8f1c3be7f35f2b061e74d4b21.zip |
Marked ~ppc/~ppc64 for bug #295631.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/qconf')
-rw-r--r-- | sys-devel/qconf/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/qconf/qconf-1.5_pre717.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/qconf/ChangeLog b/sys-devel/qconf/ChangeLog index 39941e9d5ac7..96cd97592199 100644 --- a/sys-devel/qconf/ChangeLog +++ b/sys-devel/qconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/qconf # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.5 2010/01/01 12:43:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.6 2010/03/10 08:45:32 josejx Exp $ + + 10 Mar 2010; Joseph Jezak <josejx@gentoo.org> qconf-1.5_pre717.ebuild: + Marked ~ppc/~ppc64 for bug #295631. 01 Jan 2010; Raúl Porcel <armin76@gentoo.org> qconf-1.5_pre717.ebuild: Add ~arm diff --git a/sys-devel/qconf/qconf-1.5_pre717.ebuild b/sys-devel/qconf/qconf-1.5_pre717.ebuild index 6b29b99d069f..51e54fa72f52 100644 --- a/sys-devel/qconf/qconf-1.5_pre717.ebuild +++ b/sys-devel/qconf/qconf-1.5_pre717.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.ebuild,v 1.5 2010/01/01 12:43:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717.ebuild,v 1.6 2010/03/10 08:45:32 josejx 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 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="x11-libs/qt-core" |