diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-05-15 07:47:25 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-05-15 07:47:25 +0000 |
commit | 485dc335151a534c590e4867e795553d4500ec4d (patch) | |
tree | 4cb3b9cf08468c2671d9fbdbdc1f54038b930944 /app-office/libreoffice-bin-debug | |
parent | minor ebuild syntax cleanup (diff) | |
download | gentoo-2-485dc335151a534c590e4867e795553d4500ec4d.tar.gz gentoo-2-485dc335151a534c590e4867e795553d4500ec4d.tar.bz2 gentoo-2-485dc335151a534c590e4867e795553d4500ec4d.zip |
Fresh amd64 binpackages for icu-49
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'app-office/libreoffice-bin-debug')
-rw-r--r-- | app-office/libreoffice-bin-debug/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/libreoffice-bin-debug/ChangeLog b/app-office/libreoffice-bin-debug/ChangeLog index cb69a840fe55..2026fbd3081d 100644 --- a/app-office/libreoffice-bin-debug/ChangeLog +++ b/app-office/libreoffice-bin-debug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice-bin-debug # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.7 2012/05/13 19:21:00 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.8 2012/05/15 07:47:25 dilfridge Exp $ + + 15 May 2012; Andreas K. Huettel <dilfridge@gentoo.org> + libreoffice-bin-debug-3.5.2.2-r1.ebuild: + Fresh amd64 binpackages for icu-49 *libreoffice-bin-debug-3.5.2.2-r1 (13 May 2012) diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2-r1.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2-r1.ebuild index a6132b34886b..31200f93922d 100644 --- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2-r1.ebuild +++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2-r1.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/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2-r1.ebuild,v 1.1 2012/05/13 19:21:00 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2-r1.ebuild,v 1.2 2012/05/15 07:47:25 dilfridge Exp $ EAPI=4 @@ -39,13 +39,14 @@ SRC_URI_X86=" " SRC_URI=" + amd64? ( ${SRC_URI_AMD64} ) x86? ( ${SRC_URI_X86} ) " IUSE="gnome java kde" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="-* ~x86" +KEYWORDS="-* ~amd64 ~x86" RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]" |