diff options
Diffstat (limited to 'sys-block/nbd/nbd-2.9.0.ebuild')
-rw-r--r-- | sys-block/nbd/nbd-2.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/nbd/nbd-2.9.0.ebuild b/sys-block/nbd/nbd-2.9.0.ebuild index 647e01423544..bdffca8955ad 100644 --- a/sys-block/nbd/nbd-2.9.0.ebuild +++ b/sys-block/nbd/nbd-2.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.0.ebuild,v 1.3 2007/02/03 22:52:13 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.0.ebuild,v 1.4 2007/02/10 13:17:40 beandog Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/nbd/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND=">=dev-libs/glib-2.0" |