diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-18 19:02:28 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-18 19:02:28 +0000 |
commit | 29ed8d8f4cc2b37098dd96e262710cb6373d241c (patch) | |
tree | b0d4ad37a8423bb9cbbc5c615dd9f2d78378fe08 /dev-db/pgadmin3/pgadmin3-1.18.1.ebuild | |
parent | amd64 stable, bug #491930 (diff) | |
download | historical-29ed8d8f4cc2b37098dd96e262710cb6373d241c.tar.gz historical-29ed8d8f4cc2b37098dd96e262710cb6373d241c.tar.bz2 historical-29ed8d8f4cc2b37098dd96e262710cb6373d241c.zip |
amd64 stable, bug #495364
Package-Manager: portage-2.2.8/cvs/Linux x86_64
RepoMan-Options: --include-arches="amd64"
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'dev-db/pgadmin3/pgadmin3-1.18.1.ebuild')
-rw-r--r-- | dev-db/pgadmin3/pgadmin3-1.18.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild b/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild index 90bff78235c1..6ffc892a5e2f 100644 --- a/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild +++ b/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.1 2013/10/21 04:00:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.2 2014/01/18 19:02:21 pacho Exp $ EAPI="4" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.pgadmin.org/" SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz" LICENSE="POSTGRESQL" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" SLOT="0" IUSE="debug +databasedesigner" |