diff options
author | Jose Quinteiro <gentoo@quinteiro.org> | 2012-06-03 11:13:44 -0700 |
---|---|---|
committer | Jose Quinteiro <gentoo@quinteiro.org> | 2012-06-03 11:13:44 -0700 |
commit | 3299ac5f21c455b5a07ad346a8123933bb576462 (patch) | |
tree | e9390bee9ee02a05ecde5abcea00b1750d788b30 | |
parent | Trivial update of murmur to version 0.2.10. Force polarssl >= 1.1. Polarssl 0... (diff) | |
download | JoseQ-3299ac5f21c455b5a07ad346a8123933bb576462.tar.gz JoseQ-3299ac5f21c455b5a07ad346a8123933bb576462.tar.bz2 JoseQ-3299ac5f21c455b5a07ad346a8123933bb576462.zip |
Fix EAPI location. See bug #402167
-rw-r--r-- | dev-vcs/perforce-cli/perforce-cli-2010.1.265509.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/perforce-gui/perforce-gui-2010.1.276058.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dev-vcs/perforce-cli/perforce-cli-2010.1.265509.ebuild b/dev-vcs/perforce-cli/perforce-cli-2010.1.265509.ebuild index a4fe959..5c4474a 100644 --- a/dev-vcs/perforce-cli/perforce-cli-2010.1.265509.ebuild +++ b/dev-vcs/perforce-cli/perforce-cli-2010.1.265509.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header$ +EAPI=2 inherit versionator -EAPI=2 REL=$(get_version_component_range 1-2) SHORTREL=${REL/#20/} diff --git a/dev-vcs/perforce-gui/perforce-gui-2010.1.276058.ebuild b/dev-vcs/perforce-gui/perforce-gui-2010.1.276058.ebuild index 34a9c1e..071a946 100644 --- a/dev-vcs/perforce-gui/perforce-gui-2010.1.276058.ebuild +++ b/dev-vcs/perforce-gui/perforce-gui-2010.1.276058.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header$ -inherit versionator - EAPI=2 +inherit versionator REL=$(get_version_component_range 1-2) SHORTREL=${REL/#20/} |