diff options
Diffstat (limited to 'sys-block/unieject')
-rw-r--r-- | sys-block/unieject/unieject-5.3.2.ebuild | 8 | ||||
-rw-r--r-- | sys-block/unieject/unieject-6.ebuild | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/sys-block/unieject/unieject-5.3.2.ebuild b/sys-block/unieject/unieject-5.3.2.ebuild index c4da3a17ce11..1869598ba835 100644 --- a/sys-block/unieject/unieject-5.3.2.ebuild +++ b/sys-block/unieject/unieject-5.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.3.2.ebuild,v 1.10 2008/06/16 11:22:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.3.2.ebuild,v 1.11 2009/08/12 19:23:24 ssuominen Exp $ inherit eutils libtool @@ -22,11 +22,7 @@ DEPEND="${RDEPEND} sys-apps/sed dev-util/pkgconfig" RDEPEND="${RDEPEND} - pmount? ( sys-apps/pmount ) - !sys-apps/eject - !sys-block/eject-bsd" - -PROVIDE="virtual/eject" + pmount? ( sys-apps/pmount )" pkg_setup() { use pmount && enewgroup plugdev diff --git a/sys-block/unieject/unieject-6.ebuild b/sys-block/unieject/unieject-6.ebuild index dfa564c44240..5cceaed371b8 100644 --- a/sys-block/unieject/unieject-6.ebuild +++ b/sys-block/unieject/unieject-6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-6.ebuild,v 1.1 2009/06/27 13:26:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-6.ebuild,v 1.2 2009/08/12 19:23:24 ssuominen Exp $ inherit eutils libtool @@ -22,11 +22,7 @@ DEPEND="${RDEPEND} sys-apps/sed dev-util/pkgconfig" RDEPEND="${RDEPEND} - pmount? ( sys-apps/pmount ) - !sys-apps/eject - !sys-block/eject-bsd" - -PROVIDE="virtual/eject" + pmount? ( sys-apps/pmount )" pkg_setup() { use pmount && enewgroup plugdev |