diff options
author | Angelo Arrifano <miknix@gentoo.org> | 2009-03-01 01:05:31 +0000 |
---|---|---|
committer | Angelo Arrifano <miknix@gentoo.org> | 2009-03-01 01:05:31 +0000 |
commit | 74ecd87c2433d7f54985cdabc76af202f3146294 (patch) | |
tree | 1d116d8d3dac140a1d694b0c80457f69f1a85b60 /gpe-base | |
parent | Initial commit (diff) | |
download | gentoo-2-74ecd87c2433d7f54985cdabc76af202f3146294.tar.gz gentoo-2-74ecd87c2433d7f54985cdabc76af202f3146294.tar.bz2 gentoo-2-74ecd87c2433d7f54985cdabc76af202f3146294.zip |
Fix ebuild to use GPE_DOCS from the new gpe eclass.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'gpe-base')
-rw-r--r-- | gpe-base/libtododb/ChangeLog | 5 | ||||
-rw-r--r-- | gpe-base/libtododb/libtododb-0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gpe-base/libtododb/ChangeLog b/gpe-base/libtododb/ChangeLog index 5ff7d647cda0..06816cde99f7 100644 --- a/gpe-base/libtododb/ChangeLog +++ b/gpe-base/libtododb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gpe-base/libtododb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/libtododb/ChangeLog,v 1.1 2009/03/01 00:26:01 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libtododb/ChangeLog,v 1.2 2009/03/01 01:05:31 miknix Exp $ + + 01 Mar 2009; <miknix@gentoo.org> libtododb-0.11.ebuild: + Fix ebuild to use GPE_DOCS from the new gpe eclass. *libtododb-0.11 (01 Mar 2009) diff --git a/gpe-base/libtododb/libtododb-0.11.ebuild b/gpe-base/libtododb/libtododb-0.11.ebuild index 4f2b4f8d03de..2e928bf9f115 100644 --- a/gpe-base/libtododb/libtododb-0.11.ebuild +++ b/gpe-base/libtododb/libtododb-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/libtododb/libtododb-0.11.ebuild,v 1.1 2009/03/01 00:26:01 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libtododb/libtododb-0.11.ebuild,v 1.2 2009/03/01 01:05:31 miknix Exp $ GPE_TARBALL_SUFFIX="bz2" inherit gpe @@ -11,7 +11,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" IUSE="${IUSE}" -DOCS="ChangeLog" +GPE_DOCS="ChangeLog" RDEPEND="${RDEPEND} >=gpe-base/libgpewidget-0.113 |