diff options
author | 2011-01-29 17:50:51 +0000 | |
---|---|---|
committer | 2011-01-29 17:50:51 +0000 | |
commit | 51028dcca1b2e9256ee867d9a4909e8829409346 (patch) | |
tree | 0b9f090428de0da70302d45b6b459fa8ea5761af /app-text/qgoogletranslator/qgoogletranslator-1.2.1-r1.ebuild | |
parent | Fix metadata.xml (diff) | |
download | gentoo-2-51028dcca1b2e9256ee867d9a4909e8829409346.tar.gz gentoo-2-51028dcca1b2e9256ee867d9a4909e8829409346.tar.bz2 gentoo-2-51028dcca1b2e9256ee867d9a4909e8829409346.zip |
Stable on amd64 wrt bug #353089
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'app-text/qgoogletranslator/qgoogletranslator-1.2.1-r1.ebuild')
-rw-r--r-- | app-text/qgoogletranslator/qgoogletranslator-1.2.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/qgoogletranslator/qgoogletranslator-1.2.1-r1.ebuild b/app-text/qgoogletranslator/qgoogletranslator-1.2.1-r1.ebuild index f65346c3c08e..df3e6366bca3 100644 --- a/app-text/qgoogletranslator/qgoogletranslator-1.2.1-r1.ebuild +++ b/app-text/qgoogletranslator/qgoogletranslator-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/qgoogletranslator/qgoogletranslator-1.2.1-r1.ebuild,v 1.1 2010/12/21 09:51:32 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/qgoogletranslator/qgoogletranslator-1.2.1-r1.ebuild,v 1.2 2011/01/29 17:50:51 hwoarang Exp $ EAPI="3" inherit cmake-utils fdo-mime @@ -9,7 +9,7 @@ HOMEPAGE="http://code.google.com/p/qgt/" SRC_URI="http://qgt.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=x11-libs/qt-gui-4.6" DEPEND="${RDEPEND}" |