diff options
Diffstat (limited to 'sys-block/nbd/nbd-2.9.2.ebuild')
-rw-r--r-- | sys-block/nbd/nbd-2.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/nbd/nbd-2.9.2.ebuild b/sys-block/nbd/nbd-2.9.2.ebuild index e2edc5179d04..4c907fd10f78 100644 --- a/sys-block/nbd/nbd-2.9.2.ebuild +++ b/sys-block/nbd/nbd-2.9.2.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.2.ebuild,v 1.7 2007/04/10 09:23:45 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.2.ebuild,v 1.8 2007/08/13 21:54:11 dertobi123 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" |