diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:36:34 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:36:34 +0000 |
commit | c07da33af5c422d7af7aa4832d06079a1cfc45d1 (patch) | |
tree | 24a146f64472b76fb5e27a18f57f3a13939952c9 /app-office | |
parent | Version bump, wrt bug #459320. EAPI 5, port to autotools-utils eclass (diff) | |
download | gentoo-2-c07da33af5c422d7af7aa4832d06079a1cfc45d1.tar.gz gentoo-2-c07da33af5c422d7af7aa4832d06079a1cfc45d1.tar.bz2 gentoo-2-c07da33af5c422d7af7aa4832d06079a1cfc45d1.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/qcharselect/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/qcharselect/qcharselect-0.2.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-office/qcharselect/ChangeLog b/app-office/qcharselect/ChangeLog index 586617370900..9fd89e6619b1 100644 --- a/app-office/qcharselect/ChangeLog +++ b/app-office/qcharselect/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for app-office/qcharselect -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/qcharselect/ChangeLog,v 1.1 2009/12/12 13:11:45 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/qcharselect/ChangeLog,v 1.2 2013/03/02 19:36:34 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qcharselect-0.2.ebuild: + Move Qt dependencies to the new category *qcharselect-0.2 (12 Dec 2009) 12 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +qcharselect-0.2.ebuild: Initial commit. - diff --git a/app-office/qcharselect/qcharselect-0.2.ebuild b/app-office/qcharselect/qcharselect-0.2.ebuild index 502c7de96e78..003f6fb0f8c0 100644 --- a/app-office/qcharselect/qcharselect-0.2.ebuild +++ b/app-office/qcharselect/qcharselect-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/qcharselect/qcharselect-0.2.ebuild,v 1.1 2009/12/12 13:11:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/qcharselect/qcharselect-0.2.ebuild,v 1.2 2013/03/02 19:36:34 hwoarang Exp $ EAPI=2 inherit multilib @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="x11-libs/qt-gui:4[qt3support]" +DEPEND="dev-qt/qtgui:4[qt3support]" src_prepare() { sed -i \ |