diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-05 13:39:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-05 13:39:36 +0000 |
commit | 752b2a1db2f38d59523b0716a1d12d4c5096c68e (patch) | |
tree | 8de86641dfdfc69f5e74e997d5d7aed7c2756c7d /app-dicts/dictd-vera | |
parent | Fix build-time dependencies. (diff) | |
download | gentoo-2-752b2a1db2f38d59523b0716a1d12d4c5096c68e.tar.gz gentoo-2-752b2a1db2f38d59523b0716a1d12d4c5096c68e.tar.bz2 gentoo-2-752b2a1db2f38d59523b0716a1d12d4c5096c68e.zip |
Fix build-time dependencies.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-dicts/dictd-vera')
-rw-r--r-- | app-dicts/dictd-vera/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/dictd-vera/dictd-vera-1.12.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/app-dicts/dictd-vera/ChangeLog b/app-dicts/dictd-vera/ChangeLog index 091929074dae..59b5870a30ea 100644 --- a/app-dicts/dictd-vera/ChangeLog +++ b/app-dicts/dictd-vera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/dictd-vera -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.19 2007/08/25 16:32:24 beandog Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.20 2008/10/05 13:39:36 flameeyes Exp $ + + 05 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> dictd-vera-1.12.ebuild: + Fix build-time dependencies. 25 Aug 2007; Steve Dibb <beandog@gentoo.org> dictd-vera-1.12.ebuild: amd64 stable diff --git a/app-dicts/dictd-vera/dictd-vera-1.12.ebuild b/app-dicts/dictd-vera/dictd-vera-1.12.ebuild index 8e8a1be92b68..99040ec361d5 100644 --- a/app-dicts/dictd-vera/dictd-vera-1.12.ebuild +++ b/app-dicts/dictd-vera/dictd-vera-1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.12.ebuild,v 1.9 2007/08/25 16:32:24 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.12.ebuild,v 1.10 2008/10/05 13:39:36 flameeyes Exp $ pkg_dte="December 2003" @@ -14,7 +14,8 @@ SLOT="0" LICENSE="FDL-1.1" KEYWORDS="amd64 ppc ppc64 sparc x86" -RDEPEND=">=app-text/dictd-1.5.5" +DEPEND=">=app-text/dictd-1.5.5" +RDEPEND="${DEPEND}" S=${WORKDIR}/vera-${PV} @@ -29,7 +30,7 @@ src_compile () { sed '1,2!s/^/ /' vera. > vera || die cat vera1>>vera || die /usr/bin/dictfmt -f -u http://home.snafu.de/ohei \ - -s "V.E.R.A. -- Virtual Entity of Relevant Acronyms (${pkg_dte})" \ + -s "V.E.R.A. -- Virtual Entity of Relevant Acronyms (${pkg_dte})" \ vera <vera || die /usr/bin/dictzip -v vera.dict || die } |