diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:33:50 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:33:50 +0000 |
commit | a5f4de984e02abcee7ad5d3ec8c2e76d93d5351f (patch) | |
tree | e6bbabddae5db47ec1bf1a57d71076e147baf2c0 /app-mobilephone | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-a5f4de984e02abcee7ad5d3ec8c2e76d93d5351f.tar.gz gentoo-2-a5f4de984e02abcee7ad5d3ec8c2e76d93d5351f.tar.bz2 gentoo-2-a5f4de984e02abcee7ad5d3ec8c2e76d93d5351f.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-mobilephone')
-rw-r--r-- | app-mobilephone/past/ChangeLog | 7 | ||||
-rw-r--r-- | app-mobilephone/past/past-0.0.4.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-mobilephone/past/ChangeLog b/app-mobilephone/past/ChangeLog index 0c679c8820c9..3b3e171e4788 100644 --- a/app-mobilephone/past/ChangeLog +++ b/app-mobilephone/past/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-mobilephone/past -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/past/ChangeLog,v 1.2 2012/07/09 19:29:40 kensington Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/past/ChangeLog,v 1.3 2013/03/02 19:33:50 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> past-0.0.4.ebuild: + Move Qt dependencies to the new category 09 Jul 2012; Michael Palimaka <kensington@gentoo.org> +files/past-0.0.4-gcc-4.7.patch, past-0.0.4.ebuild: diff --git a/app-mobilephone/past/past-0.0.4.ebuild b/app-mobilephone/past/past-0.0.4.ebuild index 9dc43621b80a..4a89fa8ae482 100644 --- a/app-mobilephone/past/past-0.0.4.ebuild +++ b/app-mobilephone/past/past-0.0.4.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-mobilephone/past/past-0.0.4.ebuild,v 1.2 2012/07/09 19:29:40 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/past/past-0.0.4.ebuild,v 1.3 2013/03/02 19:33:50 hwoarang Exp $ EAPI=4 inherit cmake-utils @@ -14,9 +14,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="x11-libs/qt-core:4 - x11-libs/qt-dbus:4 - x11-libs/qt-gui:4 +DEPEND="dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 app-mobilephone/gnokii[sms]" RDEPEND="${DEPEND}" |