diff options
author | 2009-02-04 18:23:25 +0000 | |
---|---|---|
committer | 2009-02-04 18:23:25 +0000 | |
commit | 753f13545c106bd3d624e22aad0e0646a63462cb (patch) | |
tree | 661dfd53fd242b8e31a30e16491db7666211e897 /dev-db/pg_top/pg_top-3.6.2.ebuild | |
parent | 013 version bump (diff) | |
download | gentoo-2-753f13545c106bd3d624e22aad0e0646a63462cb.tar.gz gentoo-2-753f13545c106bd3d624e22aad0e0646a63462cb.tar.bz2 gentoo-2-753f13545c106bd3d624e22aad0e0646a63462cb.zip |
Add missing inherit autotools for bug #255817
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-hardened-r3 i686)
Diffstat (limited to 'dev-db/pg_top/pg_top-3.6.2.ebuild')
-rw-r--r-- | dev-db/pg_top/pg_top-3.6.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/pg_top/pg_top-3.6.2.ebuild b/dev-db/pg_top/pg_top-3.6.2.ebuild index cc615a4b08cf..95e9d174e908 100644 --- a/dev-db/pg_top/pg_top-3.6.2.ebuild +++ b/dev-db/pg_top/pg_top-3.6.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.3 2008/12/21 13:52:06 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2.ebuild,v 1.4 2009/02/04 18:23:25 cedk Exp $ -inherit eutils +inherit eutils autotools DESCRIPTION="'top' for PostgreSQL" HOMEPAGE="http://ptop.projects.postgresql.org/" |