diff options
author | Angelo Arrifano <miknix@gentoo.org> | 2009-03-01 00:54:18 +0000 |
---|---|---|
committer | Angelo Arrifano <miknix@gentoo.org> | 2009-03-01 00:54:18 +0000 |
commit | b65c2ac18ec4f1b109b1bd2b352a02a696451581 (patch) | |
tree | 7ad08888bb16a34ea6acd707f706fbd85d3cfe5d /gpe-base/gpe-icons | |
parent | Clean out -sharp 1.0 ebuilds (diff) | |
download | gentoo-2-b65c2ac18ec4f1b109b1bd2b352a02a696451581.tar.gz gentoo-2-b65c2ac18ec4f1b109b1bd2b352a02a696451581.tar.bz2 gentoo-2-b65c2ac18ec4f1b109b1bd2b352a02a696451581.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/gpe-icons')
-rw-r--r-- | gpe-base/gpe-icons/ChangeLog | 5 | ||||
-rw-r--r-- | gpe-base/gpe-icons/gpe-icons-0.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gpe-base/gpe-icons/ChangeLog b/gpe-base/gpe-icons/ChangeLog index ea2e92925428..95f17696d66d 100644 --- a/gpe-base/gpe-icons/ChangeLog +++ b/gpe-base/gpe-icons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gpe-base/gpe-icons # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/ChangeLog,v 1.1 2009/02/28 23:51:52 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/ChangeLog,v 1.2 2009/03/01 00:54:18 miknix Exp $ + + 01 Mar 2009; <miknix@gentoo.org> gpe-icons-0.25.ebuild: + Fix ebuild to use GPE_DOCS from the new gpe eclass. *gpe-icons-0.25 (28 Feb 2009) diff --git a/gpe-base/gpe-icons/gpe-icons-0.25.ebuild b/gpe-base/gpe-icons/gpe-icons-0.25.ebuild index 7f73a6d3ea1c..b88a611900e8 100644 --- a/gpe-base/gpe-icons/gpe-icons-0.25.ebuild +++ b/gpe-base/gpe-icons/gpe-icons-0.25.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/gpe-icons/gpe-icons-0.25.ebuild,v 1.1 2009/02/28 23:51:52 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/gpe-icons-0.25.ebuild,v 1.2 2009/03/01 00:54:18 miknix Exp $ inherit gpe @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" IUSE="${IUSE}" -DOCS="ChangeLog" +GPE_DOCS="ChangeLog" RDEPEND="${RDEPEND} >=x11-libs/gtk+-2.6.3" |