summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-11-15 10:26:58 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-11-15 10:26:58 +0000
commit0188401462b468b6af5a11c751d859c4596ac20a (patch)
tree5785b696d7327295097c4db85c4cecdbbc9c2e7d /x11-misc
parentIt builds with older gnutls, but only works with >=3.1. Thanks Andreas Prieß... (diff)
downloadgentoo-2-0188401462b468b6af5a11c751d859c4596ac20a.tar.gz
gentoo-2-0188401462b468b6af5a11c751d859c4596ac20a.tar.bz2
gentoo-2-0188401462b468b6af5a11c751d859c4596ac20a.zip
Keyworded ~x86 wrt bug 443150. Added missing dep.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/ptbatterysystemtray/ChangeLog7
-rw-r--r--x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild10
2 files changed, 12 insertions, 5 deletions
diff --git a/x11-misc/ptbatterysystemtray/ChangeLog b/x11-misc/ptbatterysystemtray/ChangeLog
index 39276fffa8e5..2ef92fbe7c44 100644
--- a/x11-misc/ptbatterysystemtray/ChangeLog
+++ b/x11-misc/ptbatterysystemtray/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for x11-misc/ptbatterysystemtray
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ptbatterysystemtray/ChangeLog,v 1.1 2012/05/11 09:09:00 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ptbatterysystemtray/ChangeLog,v 1.2 2012/11/15 10:26:58 pesa Exp $
+
+ 15 Nov 2012; Davide Pesavento <pesa@gentoo.org>
+ ptbatterysystemtray-1.0.0_rc2.ebuild:
+ Keyworded ~x86 wrt bug 443150. Added missing dep.
*ptbatterysystemtray-1.0.0_rc2 (11 May 2012)
11 May 2012; Ben de Groot <yngwin@gentoo.org> +metadata.xml,
+ptbatterysystemtray-1.0.0_rc2.ebuild:
Initial commit. Ebuild based on live ebuild in qt overlay.
-
diff --git a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild
index e6bb2c0b3cac..c50a751c0f7d 100644
--- a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild
+++ b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild,v 1.1 2012/05/11 09:09:00 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild,v 1.2 2012/11/15 10:26:58 pesa Exp $
EAPI=4
@@ -12,10 +12,14 @@ SRC_URI="https://gitorious.org/${PN}/${PN}/archive-tarball/${PV/_/-} -> ${P}.tar
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="debug"
-DEPEND="x11-libs/qt-gui:4"
+DEPEND="
+ x11-libs/qt-core:4
+ x11-libs/qt-dbus:4
+ x11-libs/qt-gui:4
+"
RDEPEND="${DEPEND}"
DOCS="AUTHORS ChangeLog README"