diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-22 13:30:34 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-22 13:30:34 +0000 |
commit | 9e166a78aed7644f88f3ab1878fb0061411dafc3 (patch) | |
tree | dc4b8e33d13f65e4987eff4c74dc84d30c48523b /app-office/lotus-notes | |
parent | Fix building with system python3 (bug #473924 again). Remove unneeded variables. (diff) | |
download | gentoo-2-9e166a78aed7644f88f3ab1878fb0061411dafc3.tar.gz gentoo-2-9e166a78aed7644f88f3ab1878fb0061411dafc3.tar.bz2 gentoo-2-9e166a78aed7644f88f3ab1878fb0061411dafc3.zip |
Try to state the x86 deps properly.
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-office/lotus-notes')
-rw-r--r-- | app-office/lotus-notes/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/lotus-notes/lotus-notes-8.5.3.ebuild | 26 |
2 files changed, 25 insertions, 6 deletions
diff --git a/app-office/lotus-notes/ChangeLog b/app-office/lotus-notes/ChangeLog index 97e6b35adb42..fd4ea0de4b5a 100644 --- a/app-office/lotus-notes/ChangeLog +++ b/app-office/lotus-notes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/lotus-notes # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/ChangeLog,v 1.3 2013/06/22 13:22:15 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/ChangeLog,v 1.4 2013/06/22 13:30:34 scarabeus Exp $ + + 22 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> lotus-notes-8.5.3.ebuild: + Try to state the x86 deps properly. 22 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> lotus-notes-8.5.3.ebuild: diff --git a/app-office/lotus-notes/lotus-notes-8.5.3.ebuild b/app-office/lotus-notes/lotus-notes-8.5.3.ebuild index 97dc685c5411..b046fd4cf687 100644 --- a/app-office/lotus-notes/lotus-notes-8.5.3.ebuild +++ b/app-office/lotus-notes/lotus-notes-8.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/lotus-notes-8.5.3.ebuild,v 1.3 2013/06/22 13:22:15 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lotus-notes/lotus-notes-8.5.3.ebuild,v 1.4 2013/06/22 13:30:34 scarabeus Exp $ EAPI=5 @@ -14,12 +14,9 @@ SRC_URI="lotus_notes853_linux_RI_en.tar LICENSE="lotus-notes" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" -# Technically we also need the 32bit gnome2, but meh. -# For 32bit deps not everything is stated, needs re-checking -# if someone is interested. RDEPEND=" amd64? ( app-emulation/emul-linux-x86-gtklibs @@ -30,6 +27,9 @@ RDEPEND=" dev-libs/dbus-glib dev-libs/libcroco gnome-base/gconf + gnome-base/libgnome + gnome-base/libgnomeprint + gnome-base/libgnomeprintui gnome-base/gvfs gnome-base/librsvg gnome-base/orbit @@ -37,10 +37,26 @@ RDEPEND=" gnome-extra/libgsf net-dns/avahi x11-libs/gdk-pixbuf + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXScrnSaver + x11-libs/libXcursor + x11-libs/libXext + x11-libs/libXft + x11-libs/libXi + x11-libs/libXp + x11-libs/libXrender + x11-libs/libXt + x11-libs/libXtst + x11-libs/libxkbfile + x11-libs/pango x11-themes/gtk-engines-murrine ) dev-java/swt + dev-libs/dbus-glib dev-libs/icu + sys-apps/dbus[X] " DEPEND="${RDEPEND}" |