diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-06 19:50:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-10 17:32:15 +0200 |
commit | 3c80fec82dd1206dac83877f57348a33385e953a (patch) | |
tree | 1c1796b1f7330a9f81326de4a2c7b7eaf81cd658 /virtual/ooo | |
parent | virtual/ooo: Drop nonexistent app-office/openoffice-bin, IUSE=java (diff) | |
download | gentoo-3c80fec82dd1206dac83877f57348a33385e953a.tar.gz gentoo-3c80fec82dd1206dac83877f57348a33385e953a.tar.bz2 gentoo-3c80fec82dd1206dac83877f57348a33385e953a.zip |
virtual/ooo: Drop 0
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'virtual/ooo')
-rw-r--r-- | virtual/ooo/ooo-0.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/virtual/ooo/ooo-0.ebuild b/virtual/ooo/ooo-0.ebuild deleted file mode 100644 index dee577344ac0..000000000000 --- a/virtual/ooo/ooo-0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Virtual for OpenOffice.org/LibreOffice" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="java" - -RDEPEND=" - || ( - app-office/libreoffice[java?] - app-office/libreoffice-bin[java?] - app-office/openoffice-bin[java?] - ) -" |