diff options
-rw-r--r-- | sys-devel/qconf/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/qconf/qconf-1.5_pre717.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/qconf/ChangeLog b/sys-devel/qconf/ChangeLog index 17b5f556dc99..39941e9d5ac7 100644 --- a/sys-devel/qconf/ChangeLog +++ b/sys-devel/qconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/qconf -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.4 2009/12/26 18:56:10 armin76 Exp $ +# 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 $ + + 01 Jan 2010; Raúl Porcel <armin76@gentoo.org> qconf-1.5_pre717.ebuild: + Add ~arm 26 Dec 2009; Raúl Porcel <armin76@gentoo.org> qconf-1.5_pre717.ebuild: Add ~sparc wrt #279676 diff --git a/sys-devel/qconf/qconf-1.5_pre717.ebuild b/sys-devel/qconf/qconf-1.5_pre717.ebuild index 12533bc8f1fd..6b29b99d069f 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-2009 Gentoo Foundation +# 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.4 2009/12/26 18:56:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717.ebuild,v 1.5 2010/01/01 12:43:17 armin76 Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="x11-libs/qt-core" |