diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-31 15:32:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-31 15:32:53 +0000 |
commit | 5db438b3aad4cb57d94629fc6f2eac99cff14cf2 (patch) | |
tree | 586a15f48921ef0fe959459ab8dc7dbfc74adc39 /virtual/eject | |
parent | Move from sys-apps/eject. (diff) | |
download | gentoo-2-5db438b3aad4cb57d94629fc6f2eac99cff14cf2.tar.gz gentoo-2-5db438b3aad4cb57d94629fc6f2eac99cff14cf2.tar.bz2 gentoo-2-5db438b3aad4cb57d94629fc6f2eac99cff14cf2.zip |
Move sys-apps/eject to sys-block/eject.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'virtual/eject')
-rw-r--r-- | virtual/eject/eject-0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/virtual/eject/eject-0.ebuild b/virtual/eject/eject-0.ebuild index cf6a7c41fc93..804657fbf6a9 100644 --- a/virtual/eject/eject-0.ebuild +++ b/virtual/eject/eject-0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v 1.5 2011/03/31 08:49:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v 1.6 2011/03/31 15:32:53 ssuominen Exp $ -DESCRIPTION="Virtual for the command eject" +DESCRIPTION="Virtual for the eject command" HOMEPAGE="" SRC_URI="" @@ -11,5 +11,5 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="|| ( sys-apps/eject sys-block/eject-bsd )" +RDEPEND="|| ( sys-block/eject sys-block/eject-bsd )" DEPEND="" |