diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-03-18 19:38:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-03-18 19:38:42 +0000 |
commit | a62b95fb072e22c784b8fe37f88708b32012c492 (patch) | |
tree | 363165f18455780ca9daa4e2a0289128601cf156 /app-doc/pms/pms-2.ebuild | |
parent | x86 stable per bug 356491 (diff) | |
download | gentoo-2-a62b95fb072e22c784b8fe37f88708b32012c492.tar.gz gentoo-2-a62b95fb072e22c784b8fe37f88708b32012c492.tar.bz2 gentoo-2-a62b95fb072e22c784b8fe37f88708b32012c492.zip |
Mark slot 4 as stable, bug 359359. Remove empty DEPEND for previous versions.
(Portage version: 2.1.9.43/cvs/Linux x86_64)
Diffstat (limited to 'app-doc/pms/pms-2.ebuild')
-rw-r--r-- | app-doc/pms/pms-2.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-doc/pms/pms-2.ebuild b/app-doc/pms/pms-2.ebuild index 7fa7c377f023..2a42323925d1 100644 --- a/app-doc/pms/pms-2.ebuild +++ b/app-doc/pms/pms-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/pms-2.ebuild,v 1.6 2011/02/20 16:19:17 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/pms-2.ebuild,v 1.7 2011/03/18 19:38:42 ulm Exp $ EAPI=2 @@ -13,9 +13,6 @@ SLOT="2" KEYWORDS="alpha amd64 ~amd64-fbsd arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd ~ppc-aix ~x86-freebsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~mips-irix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos ~m68k-mint ~x86-netbsd ~ppc-openbsd ~x86-openbsd ~x64-openbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" -DEPEND="" -RDEPEND="" - src_unpack() { : } |