diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-05-03 11:55:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-05-03 11:55:40 +0000 |
commit | df419efb214cc061e0d78206a60b2e393b64df6a (patch) | |
tree | 9b3c7e2b52132b8ba0d138eee64510241449f92b | |
parent | Add ~s390 (diff) | |
download | gentoo-2-df419efb214cc061e0d78206a60b2e393b64df6a.tar.gz gentoo-2-df419efb214cc061e0d78206a60b2e393b64df6a.tar.bz2 gentoo-2-df419efb214cc061e0d78206a60b2e393b64df6a.zip |
Add ~s390
(Portage version: 2.1.6.11/cvs/Linux ia64)
-rw-r--r-- | virtual/postgresql-base/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/postgresql-base/postgresql-base-8.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/postgresql-base/ChangeLog b/virtual/postgresql-base/ChangeLog index af96a61b1b0a..e4a17d93ad97 100644 --- a/virtual/postgresql-base/ChangeLog +++ b/virtual/postgresql-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/postgresql-base -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.3 2008/05/19 07:15:47 dev-zero Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.4 2009/05/03 11:55:40 armin76 Exp $ + + 03 May 2009; Raúl Porcel <armin76@gentoo.org> postgresql-base-8.3.ebuild: + Add ~s390 19 May 2008; Tiziano Müller <dev-zero@gentoo.org> postgresql-base-7.3.ebuild, postgresql-base-7.4.ebuild, diff --git a/virtual/postgresql-base/postgresql-base-8.3.ebuild b/virtual/postgresql-base/postgresql-base-8.3.ebuild index 7eded023b744..ef30da235657 100644 --- a/virtual/postgresql-base/postgresql-base-8.3.ebuild +++ b/virtual/postgresql-base/postgresql-base-8.3.ebuild @@ -1,6 +1,6 @@ -# 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/virtual/postgresql-base/postgresql-base-8.3.ebuild,v 1.2 2008/05/19 07:15:47 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.3.ebuild,v 1.3 2009/05/03 11:55:40 armin76 Exp $ EAPI="1" @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="as-is" SLOT="${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="|| ( =dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT} )" |