summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Arrifano <miknix@gentoo.org>2009-03-01 00:54:18 +0000
committerAngelo Arrifano <miknix@gentoo.org>2009-03-01 00:54:18 +0000
commitb65c2ac18ec4f1b109b1bd2b352a02a696451581 (patch)
tree7ad08888bb16a34ea6acd707f706fbd85d3cfe5d
parentClean out -sharp 1.0 ebuilds (diff)
downloadgentoo-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)
-rw-r--r--gpe-base/gpe-icons/ChangeLog5
-rw-r--r--gpe-base/gpe-icons/gpe-icons-0.25.ebuild4
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"