diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:21:50 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:21:50 +0000 |
commit | 93889ecf20b6e4d87bc76d61d27f0052c80f073d (patch) | |
tree | 354be2c4b56b1419b2169d3e3ba676f4f9f37221 /app-editors | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-93889ecf20b6e4d87bc76d61d27f0052c80f073d.tar.gz gentoo-2-93889ecf20b6e4d87bc76d61d27f0052c80f073d.tar.bz2 gentoo-2-93889ecf20b6e4d87bc76d61d27f0052c80f073d.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-editors')
-rw-r--r-- | app-editors/qwriter/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/qwriter/qwriter-0.1.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/qwriter/ChangeLog b/app-editors/qwriter/ChangeLog index 293c8700b352..e25fecd5157a 100644 --- a/app-editors/qwriter/ChangeLog +++ b/app-editors/qwriter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/qwriter -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qwriter/ChangeLog,v 1.5 2012/07/09 17:56:05 hwoarang Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qwriter/ChangeLog,v 1.6 2013/03/02 19:21:50 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qwriter-0.1.9.ebuild: + Move Qt dependencies to the new category 09 Jul 2012; Markos Chandras <hwoarang@gentoo.org> +files/qwriter-0.1.9-gcc47.patch, qwriter-0.1.9.ebuild: diff --git a/app-editors/qwriter/qwriter-0.1.9.ebuild b/app-editors/qwriter/qwriter-0.1.9.ebuild index 31b6606a86af..9970dcf69ed7 100644 --- a/app-editors/qwriter/qwriter-0.1.9.ebuild +++ b/app-editors/qwriter/qwriter-0.1.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qwriter/qwriter-0.1.9.ebuild,v 1.5 2012/07/09 17:56:05 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qwriter/qwriter-0.1.9.ebuild,v 1.6 2013/03/02 19:21:50 hwoarang Exp $ EAPI="2" LANGS="ru" @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="x11-libs/qt-gui:4 +DEPEND="dev-qt/qtgui:4 x11-libs/qscintilla" RDEPEND="${DEPEND}" |