diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-06-04 22:32:58 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-06-04 22:32:58 +0000 |
commit | e6e7e1e6c189c7b86be47a963a235649bdbfdd7d (patch) | |
tree | 715f9c7dce61859d9826e237807595bb1323e87f /virtual | |
parent | More precise dependency on libexttextcat, bug 419371 (diff) | |
download | gentoo-2-e6e7e1e6c189c7b86be47a963a235649bdbfdd7d.tar.gz gentoo-2-e6e7e1e6c189c7b86be47a963a235649bdbfdd7d.tar.bz2 gentoo-2-e6e7e1e6c189c7b86be47a963a235649bdbfdd7d.zip |
[virtual/eject] Works on ~amd64-fbsd
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/eject/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/eject/eject-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/eject/ChangeLog b/virtual/eject/ChangeLog index ef75dcde49cf..d7f80678ec7f 100644 --- a/virtual/eject/ChangeLog +++ b/virtual/eject/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/eject # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/eject/ChangeLog,v 1.6 2012/04/05 18:40:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/eject/ChangeLog,v 1.7 2012/06/04 22:32:58 alexxy Exp $ + + 04 Jun 2012; Alexey Shvetsov <alexxy@gentoo.org> eject-0.ebuild: + [virtual/eject] Works on ~amd64-fbsd 05 Apr 2012; Mike Frysinger <vapier@gentoo.org> eject-0.ebuild: Allow newer versions of util-linux to provide eject (since it does). diff --git a/virtual/eject/eject-0.ebuild b/virtual/eject/eject-0.ebuild index 1d8a0cfae95f..e45e970e8959 100644 --- a/virtual/eject/eject-0.ebuild +++ b/virtual/eject/eject-0.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/virtual/eject/eject-0.ebuild,v 1.7 2012/04/05 18:40:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/eject/eject-0.ebuild,v 1.8 2012/06/04 22:32:58 alexxy Exp $ DESCRIPTION="Virtual for the eject command" HOMEPAGE="" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" RDEPEND="|| ( >=sys-apps/util-linux-2.22 sys-block/eject sys-block/eject-bsd )" |