diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-08-26 21:54:04 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-08-26 21:54:04 +0000 |
commit | e349c1f0ff4e332beea511a18489619759e33086 (patch) | |
tree | 4d1c80d8a711d86ca538a96eb6c6d4b1f4bf3864 /app-misc/gnote | |
parent | Version bump. Use mnemonics for toolbar. Update spanish translation. (diff) | |
download | gentoo-2-e349c1f0ff4e332beea511a18489619759e33086.tar.gz gentoo-2-e349c1f0ff4e332beea511a18489619759e33086.tar.bz2 gentoo-2-e349c1f0ff4e332beea511a18489619759e33086.zip |
Removing useless inherits.
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/gnote')
-rw-r--r-- | app-misc/gnote/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/gnote/gnote-0.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog index 55821a21100c..b025549bb465 100644 --- a/app-misc/gnote/ChangeLog +++ b/app-misc/gnote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/gnote # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.2 2009/08/26 21:52:30 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.3 2009/08/26 21:54:04 eva Exp $ + + 26 Aug 2009; Gilles Dartiguelongue <eva@gentoo.org> gnote-0.6.2.ebuild: + Removing useless inherits. *gnote-0.6.2 (26 Aug 2009) diff --git a/app-misc/gnote/gnote-0.6.2.ebuild b/app-misc/gnote/gnote-0.6.2.ebuild index fa9ceaf2d064..a38570ee9202 100644 --- a/app-misc/gnote/gnote-0.6.2.ebuild +++ b/app-misc/gnote/gnote-0.6.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.6.2.ebuild,v 1.1 2009/08/26 21:52:30 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.6.2.ebuild,v 1.2 2009/08/26 21:54:04 eva Exp $ EAPI="2" -inherit autotools eutils gnome2 +inherit gnome2 DESCRIPTION="Desktop note-taking application" HOMEPAGE="http://www.gnome.org/" |