diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-02-05 11:39:29 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-02-05 11:39:29 +0000 |
commit | 91e4d5405a20389719331bd76d587206f2024989 (patch) | |
tree | 7cfbdba51fb17c93a00f6960243afa9011eb863b /app-text/xapian-omega | |
parent | Added DEPEND on zlib, bug #402185 (diff) | |
download | gentoo-2-91e4d5405a20389719331bd76d587206f2024989.tar.gz gentoo-2-91e4d5405a20389719331bd76d587206f2024989.tar.bz2 gentoo-2-91e4d5405a20389719331bd76d587206f2024989.zip |
Removed DEPEND on sys-apps/file since its in @system
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xapian-omega')
-rw-r--r-- | app-text/xapian-omega/ChangeLog | 4 | ||||
-rw-r--r-- | app-text/xapian-omega/xapian-omega-1.2.8.ebuild | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-text/xapian-omega/ChangeLog b/app-text/xapian-omega/ChangeLog index b63883556483..1ad48ad92ffe 100644 --- a/app-text/xapian-omega/ChangeLog +++ b/app-text/xapian-omega/ChangeLog @@ -1,5 +1,9 @@ + 05 Feb 2012; Anthony G. Basile <blueness@gentoo.org> + xapian-omega-1.2.8.ebuild: + Removed DEPEND on sys-apps/file since its in @system + 05 Feb 2012; Agostino Sarubbo <ago@gentoo.org> xapian-omega-1.2.8.ebuild: Stable for amd64, wrt bug #402189 diff --git a/app-text/xapian-omega/xapian-omega-1.2.8.ebuild b/app-text/xapian-omega/xapian-omega-1.2.8.ebuild index 7935d32a7334..399c86989072 100644 --- a/app-text/xapian-omega/xapian-omega-1.2.8.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.2.8.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/app-text/xapian-omega/xapian-omega-1.2.8.ebuild,v 1.2 2012/02/05 10:01:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.8.ebuild,v 1.3 2012/02/05 11:39:29 blueness Exp $ EAPI="4" @@ -17,7 +17,6 @@ IUSE="" DEPEND=">=dev-libs/xapian-${PV} dev-lang/perl dev-libs/libpcre - sys-apps/file sys-libs/zlib" RDEPEND="${DEPEND}" |