diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-01-24 01:38:41 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-01-24 01:38:41 +0000 |
commit | be544387d6c61f07dd0ceb16fb9510ca15f4ae52 (patch) | |
tree | 60ba711020f57c6283ad3775176c4b153160ef12 /virtual | |
parent | Added patch for newer kernels and updated ebuild to accommodate kernel (diff) | |
download | gentoo-2-be544387d6c61f07dd0ceb16fb9510ca15f4ae52.tar.gz gentoo-2-be544387d6c61f07dd0ceb16fb9510ca15f4ae52.tar.bz2 gentoo-2-be544387d6c61f07dd0ceb16fb9510ca15f4ae52.zip |
Drop prefix keywords on older version, to avoid breaking the deptree
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/poppler/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/poppler/poppler-0.10.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/poppler/ChangeLog b/virtual/poppler/ChangeLog index 7769bbcf86c5..8c210d599787 100644 --- a/virtual/poppler/ChangeLog +++ b/virtual/poppler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/poppler # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/poppler/ChangeLog,v 1.29 2010/01/24 01:15:26 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/poppler/ChangeLog,v 1.30 2010/01/24 01:38:41 abcd Exp $ + + 24 Jan 2010; Jonathan Callen <abcd@gentoo.org> poppler-0.10.5.ebuild: + Drop prefix keywords on older version, to avoid breaking the deptree *poppler-0.12.3-r1 (24 Jan 2010) diff --git a/virtual/poppler/poppler-0.10.5.ebuild b/virtual/poppler/poppler-0.10.5.ebuild index e892d4749d2f..4f0e7f0ae966 100644 --- a/virtual/poppler/poppler-0.10.5.ebuild +++ b/virtual/poppler/poppler-0.10.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/poppler/poppler-0.10.5.ebuild,v 1.11 2010/01/11 11:09:37 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/poppler/poppler-0.10.5.ebuild,v 1.12 2010/01/24 01:38:41 abcd Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" PROPERTIES="virtual" |