diff options
-rw-r--r-- | dev-util/bless/bless-0.4.0.ebuild | 6 | ||||
-rw-r--r-- | sys-process/audit/audit-1.1.3.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/bless/bless-0.4.0.ebuild b/dev-util/bless/bless-0.4.0.ebuild index 13329c4a40c5..acc974a0ffc3 100644 --- a/dev-util/bless/bless-0.4.0.ebuild +++ b/dev-util/bless/bless-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.4.0.ebuild,v 1.1 2006/02/15 08:34:06 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.4.0.ebuild,v 1.2 2006/02/16 21:39:25 swegener Exp $ inherit mono @@ -14,8 +14,8 @@ KEYWORDS="~x86" IUSE="" RDEPEND=">=dev-lang/mono-1.1.4 - >=dev-dotnet/gtk-sharp-2* - >=dev-dotnet/glade-sharp-2*" + >=dev-dotnet/gtk-sharp-2 + >=dev-dotnet/glade-sharp-2" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/sys-process/audit/audit-1.1.3.ebuild b/sys-process/audit/audit-1.1.3.ebuild index 68c59ec078c4..c33d697e9094 100644 --- a/sys-process/audit/audit-1.1.3.ebuild +++ b/sys-process/audit/audit-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.1.3.ebuild,v 1.2 2006/02/01 03:03:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.1.3.ebuild,v 1.3 2006/02/16 21:40:51 swegener Exp $ DESCRIPTION="Userspace utilities for storing and processing auditing records." HOMEPAGE="http://people.redhat.com/sgrubb/audit/" @@ -15,7 +15,7 @@ DEPEND="sys-devel/libtool virtual/os-headers >=sys-devel/automake-1.9 >=sys-devel/autoconf-2.59 - >=sys-kernel/linux-headers-2.6.15_rc6*" + >=sys-kernel/linux-headers-2.6.15_rc6" RDEPEND="" src_unpack() { |